ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / LabelAlignment Property

In This Topic
    LabelAlignment Property (Axis)
    In This Topic
    Gets or sets the alignment of axis labels.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("Axis.LabelAlignment", "Gets or sets the alignment of axis labels.")>
    Public Property LabelAlignment As AxisLabelAlignment
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("Axis.LabelAlignment", "Gets or sets the alignment of axis labels.")]
    public AxisLabelAlignment LabelAlignment {get; set;}
    See Also