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
SyntaxJavaScript
Copy Code
|
|---|
get innerLabelRotation() {} |
Type: Number
ExampleThe following code customizes a BarChart instance:
JavaScript
Copy Code
|
|---|
| barChart.backColor = new Drawing.Color("gray"); barChart.innerLabelRotation = 30; |
See Also