Class StepPosition
Specifies the position for the steps in the stepline, steparea, and steprange area chart types.
Inheritance
System.Object
StepPosition
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public sealed class StepPosition : Enum
Fields
Center
Steps start between the data points.
Declaration
public const StepPosition Center
Field Value
| Type | Description |
|---|---|
| StepPosition | Center |
Left
Steps start from the left side of the second point.
Declaration
public const StepPosition Left
Field Value
| Type | Description |
|---|---|
| StepPosition | Left |
Right
Steps start from the right side of the first point.
Declaration
public const StepPosition Right
Field Value
| Type | Description |
|---|---|
| StepPosition | Right |