Gets or sets the AxisTickLayout that specifies how the tick marks are arranged along the axis. This is a dependency property.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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