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

In This Topic
    TickLength Property (Axis)
    In This Topic
    Gets or sets the tick length.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.TickLength", "Gets or sets the tick length.")>
    <DefaultValueAttribute(4)>
    Public Property TickLength As Integer
    [C1Description("Axis.TickLength", "Gets or sets the tick length.")]
    [DefaultValue(4)]
    public int TickLength {get; set;}
    See Also