ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / ChartTitle Class / HorizontalAlignment Property

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