Enum StepPosition
Defines the position for the steps in the step line, step area, and step range area chart types. They are: Left: Steps start from the left side of the 2nd point. Center: Steps start between the data points. Right: Steps start from the right side of the 1st point.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public enum StepPosition
Fields
| Name |
|---|
| Center |
| Left |
| Right |