Enum for selecting step behavior for StepSeries.

This must be specified when the StepSeries is created, and can't be changed afterwards.

Enumeration Members

Enumeration Members

after: 1

The y-value changes after the x-value.

before: 0

The y-value changes before the x-value.

middle: 0.5

The y-value changes at the midpoint of each pair of adjacent x-values.