Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StepOptions

Enum for selecting step behavior for StepSeries.

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

Index

Enumeration members

Enumeration members

after

after :

The y-value changes after the x-value.

before

before :

The y-value changes before the x-value.

middle

middle :

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