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

In This Topic
    GroupTitleAlignment Property (Axis)
    In This Topic
    Gets or sets the group title alignment.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("GroupTitleAlignment", "Gets or sets the group title alignment.")>
    Public Property GroupTitleAlignment As AxisLabelAlignment
    [C1Description("GroupTitleAlignment", "Gets or sets the group title alignment.")]
    public AxisLabelAlignment GroupTitleAlignment {get; set;}
    See Also