ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / MajorTickHeight Property


In This Topic
    MajorTickHeight Property
    In This Topic
    Gets or sets the major tick height.
    Syntax
    'Declaration
     
    
    Public Property MajorTickHeight As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.MajorTickHeight = value
     
    value = instance.MajorTickHeight
    public double MajorTickHeight {get; set;}
    See Also