Skip to content

LegendSeriesInfo

StructChartGuruChartGuru
public readonly struct LegendSeriesInfo

Resolved series identity and style information supplied to legend customization callbacks.

public readonly int Index

Returns

System.Int32

public readonly string Name

Returns

System.String

public readonly object SeriesKey

Returns

System.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