Gets or sets the DataLabelStyle. 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 Style DataLabelStyle { get; set; }
Visual Basic
Public Property DataLabelStyle As Style
	Get
	Set
Visual C++
public:
property Style^ DataLabelStyle {
	Style^ get ();
	void set (Style^ value);
}

See Also