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 |
---|
ChartArea |
chartaxis
get and Set chartaxis property
Declaration
public ChartAxis chartaxis { get; }
Property Value
Type |
---|
ChartAxis |