Gets the collection of horizontal stripe brushes. These are used in rotation to fill the horizontal stripes of the grid, beginning with the bottom row.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Collection<Brush> HorizontalStripeBrushes { get; }
Visual Basic
Public ReadOnly Property HorizontalStripeBrushes As Collection(Of Brush)
	Get
Visual C++
public:
property Collection<Brush^>^ HorizontalStripeBrushes {
	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