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


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