Gets a collection of major tick marks.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyCollection<Border> MajorTickMarks { get; private set; }
Visual Basic
Public Property MajorTickMarks As ReadOnlyCollection(Of Border)
	Get
	Private Set
Visual C++
public:
property ReadOnlyCollection<Border^>^ MajorTickMarks {
	ReadOnlyCollection<Border^>^ get ();
	private: void set (ReadOnlyCollection<Border^>^ value);
}

See Also