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