Gets the DataLabel.

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