Gets or sets the whether or not to display the data labels. 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 bool ShowDataLabels { get; set; }
Visual Basic
Public Property ShowDataLabels As Boolean
	Get
	Set
Visual C++
public:
property bool ShowDataLabels {
	bool get ();
	void set (bool value);
}

See Also