ClassChartZoomEventArgs
Class
Provides data for RadChart.Zoom event.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class ChartZoomEventArgs : EventArgs
Inheritance: objectEventArgsChartZoomEventArgs
Constructors
ChartZoomEventArgs(double, double, double, double)
Declaration
cs-api-definition
public ChartZoomEventArgs(double xScaleOld, double xScaleNew, double yScaleOld, double yScaleNew)
Parameters
xScaleOld
double
xScaleNew
double
yScaleOld
double
yScaleNew
double
Properties
XScaleNew
Declaration
cs-api-definition
public double XScaleNew { get; set; }
Property Value
double
XScaleOld
Declaration
cs-api-definition
public double XScaleOld { get; set; }
Property Value
double
YScaleNew
Declaration
cs-api-definition
public double YScaleNew { get; set; }
Property Value
double
YScaleOld
Declaration
cs-api-definition
public double YScaleOld { get; set; }
Property Value
double