Charting for WinForms Programmer's Guide
BarChart.OuterLabelRotation Property
See Also
 






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

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Nullable<Double> OuterLabelRotation { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelRotation As Nullable(Of Double)

 Property Value

An optional double value. The default value is null.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.WinForms Namespace