Gets the collection of vertical stripe brushes. These are used in rotation to fill the vertical stripes of the grid, beginning with the leftmost column.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Collection<Brush> VerticalStripeBrushes { get; }
Visual Basic
Public ReadOnly Property VerticalStripeBrushes As Collection(Of Brush)
	Get
Visual C++
public:
property Collection<Brush^>^ VerticalStripeBrushes {
	Collection<Brush^>^ get ();
}

Remarks

Horizontal stripes are drawn over the top of vertical stripes. Therefore, an opaque horizontal brush will obscure the vertical stripe color where the stripes overlap.

See Also