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

See Also