Gets the content of the AxisLabel.

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

Syntax

C#
public Object Label { get; internal set; }
Visual Basic
Public Property Label As Object
	Get
	Friend Set
Visual C++
public:
property Object^ Label {
	Object^ get ();
	internal: void set (Object^ value);
}

See Also