Search
BarChart.innerLabelRotation Property
See Also
 






Gets the rotation angle of inner 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 innerLabelRotation() {}

 Property Value

 Example

The following code customizes a BarChart instance:

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

 See Also