Gets or sets the dash pattern of symbol stroke.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public DoubleCollection SymbolStrokeDashes { get; set; }
Visual Basic
Public Property SymbolStrokeDashes As DoubleCollection
	Get
	Set
XAML Property Element Usage
<object>
  <object.SymbolStrokeDashes>
    <DoubleCollection .../>
  </object.SymbolStrokeDashes>
</object>
XAML Attribute Usage
<object SymbolStrokeDashes="DoubleCollection" .../>

See Also