Class StepPosition
Specifies the position for the steps in the stepline, steparea, and steprange area chart types.
Inheritance
System.Object
StepPosition
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.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 2nd point.
Declaration
public const StepPosition Left
Field Value
Type | Description |
---|---|
StepPosition | Left |
Right
Steps start from the right side of the 1st point.
Declaration
public const StepPosition Right
Field Value
Type | Description |
---|---|
StepPosition | Right |