WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartScrollEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartScrollEventArgs

    Class implementation for ChartScrollEventArgs

    Inheritance
    System.Object
    ChartScrollEventArgs
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ChartScrollEventArgs : RoutedEventArgs

    Constructors

    ChartScrollEventArgs(ChartArea, ChartAxis)

    Construtor for ChartScrollEventArgs

    Declaration
    public ChartScrollEventArgs(ChartArea area, ChartAxis axis)
    Parameters
    Type Name Description
    ChartArea area
    ChartAxis axis

    Properties

    chartarea

    Get and Set Chartarea property

    Declaration
    public ChartArea chartarea { get; }
    Property Value
    Type Description
    ChartArea

    chartaxis

    get and Set chartaxis property

    Declaration
    public ChartAxis chartaxis { get; }
    Property Value
    Type Description
    ChartAxis
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved