Enum BOBStatTrend
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
Direction of a Delta. Drives the trend icon and accent color.
public enum BOBStatTrend
Fields
Down = 2Negative change (rendered with error palette and a downward arrow).
Flat = 3Plateau / no change (rendered with neutral palette and a flat arrow).
None = 0No trend annotation; the delta is rendered neutral.
Up = 1Positive change (rendered with success palette and an upward arrow).