New to Telerik ReportingStart a free 30-day trial

Provides data for RadChart.Zoom event.

Definition

Namespace:Telerik.Reporting.Charting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class ChartZoomEventArgs : EventArgs

Inheritance: objectEventArgsChartZoomEventArgs

Constructors

C#
public ChartZoomEventArgs(double xScaleOld, double xScaleNew, double yScaleOld, double yScaleNew)
Parameters:xScaleOlddoublexScaleNewdoubleyScaleOlddoubleyScaleNewdouble

Properties

XScaleNew

double

C#
public double XScaleNew { get; set; }

XScaleOld

double

C#
public double XScaleOld { get; set; }

YScaleNew

double

C#
public double YScaleNew { get; set; }

YScaleOld

double

C#
public double YScaleOld { get; set; }