Gets or sets the brush used to draw vertical 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 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