ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / MinorTickMarks Property



In This Topic
    MinorTickMarks Property
    In This Topic
    Gets or sets a value indicating the appearance of minor tick marks.
    Syntax
    'Declaration
     
    
    Public Property MinorTickMarks As TickMark
    'Usage
     
    
    Dim instance As Axis
    Dim value As TickMark
     
    instance.MinorTickMarks = value
     
    value = instance.MinorTickMarks
    public TickMark MinorTickMarks {get; set;}
    public:
    property TickMark MinorTickMarks {
       TickMark get();
       void set (    TickMark value);
    }
    See Also