Gets or sets an integral factor for major tick mark length.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(1)] [XmlAttributeAttribute] public int TickFactorMajor { get; set; }  | 
| Visual Basic | 
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(1)> _ <XmlAttributeAttribute> _ Public Property TickFactorMajor As Integer Get Set  | 
Remarks
            Tick marks are sized based on the thickness of the axis line as well as
            the tick factor. Doubling the tick factor doubles the length of the axis
            tick mark.  Values are limited to integers from 1 to 20.  Values outside
            of this range are ignored.