ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / YFunctionSeries Class / ConnectionStrokeDashes Property


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