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

The label.

public string? Label { get; set; }

Property Value

string

LegendMarkerStyle

The legend marker style.

public Style? LegendMarkerStyle { get; set; }

Property Value

Style

Inherited Members

Extension Methods