menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class ChartScrollEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartScrollEventArgs

    This class provides data for the Scroll event.

    Inheritance
    System.Object
    ChartScrollEventArgs
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class ChartScrollEventArgs : EventArgs

    Constructors

    ChartScrollEventArgs(ChartAxis, Double)

    Initializes a new instance of the ChartScrollEventArgs class.

    Declaration
    public ChartScrollEventArgs(ChartAxis axis, double zoomPosition)
    Parameters
    Type Name Description
    ChartAxis axis
    System.Double zoomPosition

    Properties

    Axis

    Gets the values of the X and Y axes when panning the chart.

    Declaration
    public ChartAxis Axis { get; }
    Property Value
    Type
    ChartAxis

    Cancel

    Gets or sets a value indicating whether to cancel the ongoing panning action in the chart.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    ZoomPosition

    Gets the zoom position values when panning the chart.

    Declaration
    public double ZoomPosition { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved