Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / LabelAlignment Property

In This Topic
    LabelAlignment Property
    In This Topic
    Gets or sets the alignment of axis labels.
    Syntax
    'Declaration
     
    
    Public Property LabelAlignment As AxisLabelAlignment
    public AxisLabelAlignment LabelAlignment {get; set;}
    See Also