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



In This Topic
    TickLength Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TickLength As Integer
    'Usage
     
    
    Dim instance As Axis
    Dim value As Integer
     
    instance.TickLength = value
     
    value = instance.TickLength
    public int TickLength {get; set;}
    public:
    property int TickLength {
       int get();
       void set (    int value);
    }
    See Also