Gets or sets the Style applied to the minor tick marks. Tick marks are Border objects.

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

Syntax

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

See Also