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


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