LegendLabelInfo
public struct LegendLabelInfoInformation about a legend label for external text rendering.
Fields
Section titled “Fields”
Position
Section titled “Position”public Vector2 PositionScreen position where the label text should be drawn.
Returns
UnityEngine.Vector2 — No return description is available.
SwatchPosition
Section titled “SwatchPosition”public Vector2 SwatchPositionPosition of the color swatch.
Returns
UnityEngine.Vector2 — No return description is available.
public string TextText to display.
Returns
System.String — No return description is available.
public Color ColorColor of the series/item.
Returns
UnityEngine.Color — No return description is available.
Gradient
Section titled “Gradient”public LinearGradientStyle GradientOptional borrowed gradient shown in the legend swatch. Treat as read-only.
Returns
ChartGuru.LinearGradientStyle — No return description is available.
SeriesIndex
Section titled “SeriesIndex”public int SeriesIndexSeries index for this legend entry.
Returns
System.Int32 — No return description is available.
SwatchShape
Section titled “SwatchShape”public SymbolShape SwatchShapeOptional filled symbol shape used for legend swatches.
Returns
ChartGuru.SymbolShape — No return description is available.