Class ChartZoomedEventArgs
Class implementation for ChartZoomedEventArgs
Inheritance
System.Object
ChartZoomedEventArgs
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartZoomedEventArgs : RoutedEventArgs
Constructors
ChartZoomedEventArgs(ChartArea)
constructor for ChartZoomedEventArgs
Declaration
public ChartZoomedEventArgs(ChartArea area)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area |
Properties
chartarea
Get and Set chartarea property
Declaration
public ChartArea chartarea { get; }
Property Value
Type |
---|
ChartArea |