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

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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