Gets or sets the logical axis distance between the major tick marks.

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

Syntax

C#
public double MajorTickSpacing { get; set; }
Visual Basic
Public Property MajorTickSpacing As Double
	Get
	Set
Visual C++
public:
property double MajorTickSpacing {
	double get ();
	void set (double value);
}

Remarks

If this property is zero (the default), the logical tick mark spacing will be calculated automatically based on the actual minimum and maximum property values. When setting this property manually, make sure it is reasonable based on the actual minimum and maximum property values so as not to create too many tick marks.

See Also