Table of Contents

Enum BOBStatTrend

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll

Direction of a Delta. Drives the trend icon and accent color.

public enum BOBStatTrend

Fields

Down = 2

Negative change (rendered with error palette and a downward arrow).

Flat = 3

Plateau / no change (rendered with neutral palette and a flat arrow).

None = 0

No trend annotation; the delta is rendered neutral.

Up = 1

Positive change (rendered with success palette and an upward arrow).