MindFusion.Charting for JavaScript Programmer's Guide
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

Type: Number

 Example

The following code customizes a BarChart instance:

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

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.Controls Namespace