ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Options Namespace / _AxisOption Class / labelAlignment Property

In This Topic
    labelAlignment Property (_AxisOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property labelAlignment As Nullable(Of HAlign)
    public Nullable<HAlign> labelAlignment {get; set;}
    See Also