Gets or sets the AxisLabelLayout of the ChartAxis. 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 AxisLabelLayout LabelLayout { get; set; }
Visual Basic
Public Property LabelLayout As AxisLabelLayout
	Get
	Set
Visual C++
public:
property AxisLabelLayout LabelLayout {
	AxisLabelLayout get ();
	void set (AxisLabelLayout value);
}

See Also