Class
ChartZoomEventArgs

Provides data for RadChart.Zoom event.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
public class ChartZoomEventArgs : EventArgs

Inheritance: objectEventArgsChartZoomEventArgs

Inherited Members EventArgs.Empty

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