Enumeration ValueLayerValueMode

Describes available behaviors for the ValueOverlay.

Enumeration Members

Auto: 0

The layer will automatically choose a mode to use.

Average: 3

The layer will position itself at the average value found on the target series or at multiple values for multiple series if no target series is specified.

GlobalAverage: 6

The layer will position itself at the global average value found.

GlobalMaximum: 5

The layer will position itself at the global maximum value found.

GlobalMinimum: 4

The layer will position itself at the global minimum value found.

Maximum: 2

The layer will position itself at the maximum value found on the target series or across all series if no target is specified.

Minimum: 1

The layer will position itself at the minimum value found on the target series or across all series if no target is specified.