StackedShadowExtent
public struct StackedShadowExtentBounding 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.
Fields
Section titled “Fields”
SlotPosition
Section titled “SlotPosition”public float SlotPositionScreen-space position on the slot axis (X for vertical, Y for horizontal).
Returns
System.Single — No return description is available.
ExtentStart
Section titled “ExtentStart”public float ExtentStartScreen-space extent start on the value axis (bottom for vertical, left for horizontal).
Returns
System.Single — No return description is available.
ExtentEnd
Section titled “ExtentEnd”public float ExtentEndScreen-space extent end on the value axis (top for vertical, right for horizontal).
Returns
System.Single — No return description is available.
BarSize
Section titled “BarSize”public float BarSizeBar Width (vertical) or bar Height (horizontal).
Returns
System.Single — No return description is available.