BackgroundOverrideState
public struct BackgroundOverrideStatePlain data container for background override state shared by all chart host
components (ChartGuru.ChartComponent, ChartGuru.ChartGraphic,
ChartGuruElement). Lifted out of the host components so their
serialized authoring surfaces map onto a single shape.
Fields
Section titled “Fields”
Enabled
Section titled “Enabled”public bool EnabledTrue when the override takes effect; false leaves the theme background.
Returns
System.Boolean — No return description is available.
public ChartBackgroundMode ModeBackground rendering mode.
Returns
ChartGuru.ChartBackgroundMode — No return description is available.
public Color ColorSolid color used when ChartGuru.BackgroundOverrideState.Mode is ChartGuru.ChartBackgroundMode.SolidColor.
Returns
UnityEngine.Color — No return description is available.
Gradient
Section titled “Gradient”public LinearGradientStyle GradientLinear gradient used when ChartGuru.BackgroundOverrideState.Mode is ChartGuru.ChartBackgroundMode.LinearGradient.
Returns
ChartGuru.LinearGradientStyle — No return description is available.
FourCorner
Section titled “FourCorner”public FourCornerGradient FourCornerFour-corner gradient used when ChartGuru.BackgroundOverrideState.Mode is ChartGuru.ChartBackgroundMode.FourCornerGradient.
Returns
ChartGuru.FourCornerGradient — No return description is available.