ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / MovingAverage Class / SymbolStrokeDashes Property


In This Topic
    SymbolStrokeDashes Property (MovingAverage)
    In This Topic
    Gets or sets the dash pattern of symbol stroke.
    Syntax
    'Declaration
     
    
    Public Property SymbolStrokeDashes As DoubleCollection
    'Usage
     
    
    Dim instance As MovingAverage
    Dim value As DoubleCollection
     
    instance.SymbolStrokeDashes = value
     
    value = instance.SymbolStrokeDashes
    public DoubleCollection SymbolStrokeDashes {get; set;}
    See Also