Gets or sets the spacing between ticks. The default is 10. This is a dependency property.

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

Syntax

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

See Also