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