Enum StepPosition
Specifies the position for the steps in the stepline, steparea, and steprange area chart types.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum StepPosition
Fields
| Name | Description |
|---|---|
| Center | Steps start between the data points. |
| Left | Steps start from the left side of the second point. |
| Right | Steps start from the right side of the first point. |