In This Article

LegendItem Class

Represents an item used in a chart legend.

public class LegendItem
Inheritance:
object object

Constructors

LegendItem()

Initializes an instance of the class.

public LegendItem()

Properties

MarkerStyle

The Style applied to the ChartMarker used to present the legend item.

public Style? MarkerStyle { get; }

Property Value

Style

Text

A description of the legend item.

public string? Text { get; }

Property Value

string

Inherited Members

Extension Methods