Gets or sets the brush used to draw horizontal grid lines on minor tick marks. This is a dependency property.

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

Syntax

C#
public Brush MinorHorizontalGridLineBrush { get; set; }
Visual Basic
Public Property MinorHorizontalGridLineBrush As Brush
	Get
	Set
Visual C++
public:
property Brush^ MinorHorizontalGridLineBrush {
	Brush^ get ();
	void set (Brush^ value);
}

See Also