menu

Blazor

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

    Show / Hide Table of Contents

    Class ScrollbarPosition

    Specifies the possible positions for a scrollbar in a chart.

    Available options: PlaceNextToAxisLine – Default. Positions the scrollbar next to the axis line. Top – Positions the scrollbar at the top of the chart (horizontal only). Bottom – Positions the scrollbar at the bottom of the chart (horizontal only). Left – Positions the scrollbar on the left side of the chart (vertical only). Right – Positions the scrollbar on the right side of the chart (vertical only).

    Inheritance
    System.Object
    ScrollbarPosition
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ScrollbarPosition : Enum

    Fields

    Bottom

    Positions the scrollbar at the bottom of the chart. Applicable only to horizontal scrollbars.

    Declaration
    public const ScrollbarPosition Bottom
    Field Value
    Type
    ScrollbarPosition

    Left

    Positions the scrollbar on the left side of the chart. Applicable only to vertical scrollbars.

    Declaration
    public const ScrollbarPosition Left
    Field Value
    Type
    ScrollbarPosition

    PlaceNextToAxisLine

    Positions the scrollbar next to the axis line. This is the default setting.

    Declaration
    public const ScrollbarPosition PlaceNextToAxisLine
    Field Value
    Type
    ScrollbarPosition

    Right

    Positions the scrollbar on the right side of the chart. Applicable only to vertical scrollbars.

    Declaration
    public const ScrollbarPosition Right
    Field Value
    Type
    ScrollbarPosition

    Top

    Positions the scrollbar at the top of the chart. Applicable only to horizontal scrollbars.

    Declaration
    public const ScrollbarPosition Top
    Field Value
    Type
    ScrollbarPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved