ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IDataLabel Interface / Rotation Property

In This Topic
    Rotation Property (IDataLabel)
    In This Topic
    Gets the angle of rotation of the label text.
    Syntax
    'Declaration
     
    ReadOnly Property Rotation As Nullable(Of Integer)
    Nullable<int> Rotation {get;}
    See Also