Class 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.
Inheritance
System.Object
StepPosition
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class StepPosition : Enum
Fields
Center
Declaration
public const StepPosition Center
Field Value
Type |
---|
StepPosition |
Left
Declaration
public const StepPosition Left
Field Value
Type |
---|
StepPosition |
Right
Declaration
public const StepPosition Right
Field Value
Type |
---|
StepPosition |