menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StepPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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 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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved