Skip to content

StackedShadowExtent

StructChartGuruChartGuru
public struct StackedShadowExtent

Bounding extent of a single stacked-bar category for shadow/glow rendering. Computed per-category during bar geometry so renderers can draw one shadow/glow per stack instead of per-bar.

public float SlotPosition

Screen-space position on the slot axis (X for vertical, Y for horizontal).

Returns

System.Single — No return description is available.

public float ExtentStart

Screen-space extent start on the value axis (bottom for vertical, left for horizontal).

Returns

System.Single — No return description is available.

public float ExtentEnd

Screen-space extent end on the value axis (top for vertical, right for horizontal).

Returns

System.Single — No return description is available.

public float BarSize

Bar Width (vertical) or bar Height (horizontal).

Returns

System.Single — No return description is available.