Gets or sets the AxisTickLayout that specifies how the tick marks are arranged along the axis.

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

Syntax

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

See Also