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


In This Topic
    MinorTickStroke Property
    In This Topic
    Gets or sets the minor tick stroke.
    Syntax
    'Declaration
     
    
    Public Property MinorTickStroke As Brush
    'Usage
     
    
    Dim instance As Axis
    Dim value As Brush
     
    instance.MinorTickStroke = value
     
    value = instance.MinorTickStroke
    public Brush MinorTickStroke {get; set;}
    See Also