Gets or sets the AxisLabelLayout of the ChartAxis.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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