In This Article

MicroLegendItem Class

Represents an item used in a chart legend.

public class MicroLegendItem
Inheritance:
object object

Constructors

MicroLegendItem()

Initializes an instance of the class.

public MicroLegendItem()

Properties

MarkerStyle

Gets the Style applied to the MicroChartMarker used to present the legend item.

public Style MarkerStyle { get; }

Property Value

Style

Text

Gets a description of the legend item.

public string Text { get; }

Property Value

string

Inherited Members