Skip to content

LegendItemBuilder

ClassChartGuruChartGuru
public class LegendItemBuilder

Mutable, callback-scoped view of a legend entry passed to ChartGuru.LegendConfig.ItemRenderer. The same instance may be reused across entries and layout passes, so callbacks should not retain it.

public string Label

No description is available for this member.

Returns

System.String — No return description is available.

public Color SwatchColor

No description is available for this member.

Returns

UnityEngine.Color — No return description is available.

public bool Hidden

No description is available for this member.

Returns

System.Boolean — No return description is available.

public LegendItemBuilder(string label, Color swatchColor)

No description is available for this member.

Parameters

Name Type Description
label System.String
swatchColor UnityEngine.Color