Gets or sets the brush used to draw vertical 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 MinorVerticalGridLineBrush { get; set; }
Visual Basic
Public Property MinorVerticalGridLineBrush As Brush
	Get
	Set
Visual C++
public:
property Brush^ MinorVerticalGridLineBrush {
	Brush^ get ();
	void set (Brush^ value);
}

See Also