Class ChartZoomSectorEventArgs
Class implementation for ChartZoomSectorEventArgs
Inheritance
System.Object
ChartZoomSectorEventArgs
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartZoomSectorEventArgs : RoutedEventArgs
Constructors
ChartZoomSectorEventArgs(ChartArea, Rect)
Called when instance created for ChartZoomSectorEventArgs
Declaration
public ChartZoomSectorEventArgs(ChartArea area, Rect sectorargs)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | |
System.Windows.Rect | sectorargs |
Properties
chartarea
Gets or Sets the chartarea property
Declaration
public ChartArea chartarea { get; }
Property Value
Type |
---|
ChartArea |
SectorArgs
Gets or Sets the SectorArgs property
Declaration
public Rect SectorArgs { get; }
Property Value
Type |
---|
System.Windows.Rect |