Search
BarChart.outerLabelRotation Property
See Also
 






Gets the rotation angle of outer labels. If not specified, labels are rotated at predefiend angles depending on bars' orientation and layout.

Namespace: MindFusion.Charting.Controls
File: BarChart.js

 Syntax

JavaScript  Copy Code

get outerLabelRotation() {}

 Property Value

 Example

The following code customizes a BarChart instance:

JavaScript  Copy Code
barChart.backColor = new Drawing.Color("gray");
barChart.outerLabelRotation = 30;

 See Also