menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartScrollEventArgs - API Reference

    Show / Hide Table of Contents

    Class ChartScrollEventArgs

    Provides data for a Scroll event that occurs when the thumb moves on SfChart.

    Inheritance
    System.Object
    ChartScrollEventArgs
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public class ChartScrollEventArgs : EventArgs

    Constructors

    ChartScrollEventArgs()

    Declaration
    public ChartScrollEventArgs()

    Properties

    Axis

    Gets the axis, on which the zooming action occurring.

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

    Cancel

    Gets or sets a value indicating whether to continue the zooming action.

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

    ZoomPosition

    Gets the zoom position of the chart axis.

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