LegendSeriesInfo
public readonly struct LegendSeriesInfoResolved series identity and style information supplied to legend customization callbacks.
Fields
Section titled “Fields”
public readonly int IndexReturns
System.Int32
public readonly string NameReturns
System.String
SeriesKey
Section titled “SeriesKey”public readonly object SeriesKeyReturns
System.Object
Constructors
Section titled “Constructors”
LegendSeriesInfo(int, string, object)
Section titled “LegendSeriesInfo(int, string, object)”public LegendSeriesInfo(int index, string name, object seriesKey)Captures the resolved order, display name, and identity key of one series for a legend-item callback.
Parameters
| Name | Type |
|---|---|
index |
System.Int32 |
name |
System.String |
seriesKey |
System.Object |