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

In This Topic
    Format Property (Axis)
    In This Topic
    Gets or sets the format string used for the axis labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.Format", "Gets or sets the format string used for the axis labels.")>
    <DefaultValueAttribute("")>
    Public Property Format As String
    [C1Description("Axis.Format", "Gets or sets the format string used for the axis labels.")]
    [DefaultValue("")]
    public string Format {get; set;}
    See Also