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


In This Topic
    MinorGridStrokeThickness Property
    In This Topic
    Gets or sets the thickness of minor grid lines.
    Syntax
    'Declaration
     
    
    Public Property MinorGridStrokeThickness As Double
    'Usage
     
    
    Dim instance As Axis
    Dim value As Double
     
    instance.MinorGridStrokeThickness = value
     
    value = instance.MinorGridStrokeThickness
    public double MinorGridStrokeThickness {get; set;}
    See Also