alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum 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).

    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum ScrollbarPosition

    Fields

    Name Description
    Bottom

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

    Left

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

    PlaceNextToAxisLine

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

    Right

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

    Top

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

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