Gets or sets the dash pattern of minor grid lines.

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 MinorGridStrokeDashes { get; set; }
Visual Basic
Public Property MinorGridStrokeDashes As DoubleCollection
	Get
	Set
XAML Property Element Usage
<object>
  <object.MinorGridStrokeDashes>
    <DoubleCollection .../>
  </object.MinorGridStrokeDashes>
</object>
XAML Attribute Usage
<object MinorGridStrokeDashes="DoubleCollection" .../>

See Also