In This Article

LegendKey Class

Describes a key shown in a legend.

[StyleTypedProperty(Property = "LegendMarkerStyle", StyleTargetType = typeof(ChartMarker))]
public class LegendKey : ObservableObjectBase, INotifyPropertyChanged
Inheritance:
Object ObservableObjectBase Object

Constructors

LegendKey()

public LegendKey()

Properties

Label

Gets or sets the label.

public string Label { get; set; }

Property Value

String:

The label.

LegendMarkerStyle

Gets or sets the legend marker style.

public Style LegendMarkerStyle { get; set; }

Property Value

Style:

The legend marker style.

Inherited Members