Class ChartZoomEventArgs
This class serves as an event data for ZoomEnd event.
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartZoomEventArgs : EventArgs
Constructors
ChartZoomEventArgs()
Declaration
public ChartZoomEventArgs()
Properties
Axis
Gets the axis, on which the zooming action occurring.
Declaration
public ChartAxis Axis { get; }
Property Value
Type |
---|
ChartAxis |
CurrentZoomFactor
Gets the current zoom factor value of the chart axis.
Declaration
public double CurrentZoomFactor { get; }
Property Value
Type |
---|
System.Double |
CurrentZoomPosition
Gets the current zoom position of the chart axis.
Declaration
public double CurrentZoomPosition { get; }
Property Value
Type |
---|
System.Double |