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

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