In This Article

LegendKey Class

Describes a key shown in a legend.

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

Constructors

LegendKey()

Initializes an instance of the class.

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