Gets the DataLabel.

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

Syntax

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

See Also