Class
AxisPanAndZoomExtensions

Holds attached properties that allow for enabling and controlling the zoom and pan on a CartesianAxis instance.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public static class AxisPanAndZoomExtensions

Inheritance: objectAxisPanAndZoomExtensions

Fields

EnablePanAndZoomProperty

Identifies the EnablePanAndZoom attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty EnablePanAndZoomProperty

Field Value

DependencyProperty

MaxZoomProperty

Identifies the MaxZoom attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty MaxZoomProperty

Field Value

DependencyProperty

MinZoomProperty

Identifies the MinZoom attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty MinZoomProperty

Field Value

DependencyProperty

PanOffsetProperty

Identifies the PanOffset attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty PanOffsetProperty

Field Value

DependencyProperty

ZoomProperty

Identifies the Zoom attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty ZoomProperty

Field Value

DependencyProperty

ZoomRangeEndProperty

Identifies the ZoomRangeEnd attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty ZoomRangeEndProperty

Field Value

DependencyProperty

ZoomRangeStartProperty

Identifies the ZoomRangeStart attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty ZoomRangeStartProperty

Field Value

DependencyProperty

Methods

GetEnablePanAndZoom(DependencyObject)

Gets the EnablePanAndZoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static bool GetEnablePanAndZoom(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

GetMaxZoom(DependencyObject)

Gets the MaxZoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static double GetMaxZoom(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

GetMinZoom(DependencyObject)

Gets the MinZoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static double GetMinZoom(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

GetPanOffset(DependencyObject)

Gets the PanOffset value for the given CartesianAxis.

Declaration

cs-api-definition
public static double GetPanOffset(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

GetZoom(DependencyObject)

Gets the Zoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static double GetZoom(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

GetZoomRangeEnd(DependencyObject)

Gets the ZoomRangeEnd value for the given CartesianAxis.

Declaration

cs-api-definition
public static double GetZoomRangeEnd(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

GetZoomRangeStart(DependencyObject)

Gets the ZoomRangeStart value for the given CartesianAxis.

Declaration

cs-api-definition
public static double GetZoomRangeStart(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

SetEnablePanAndZoom(DependencyObject, bool)

Sets the EnablePanAndZoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static void SetEnablePanAndZoom(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool

SetMaxZoom(DependencyObject, double)

Sets the MaxZoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static void SetMaxZoom(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double

SetMinZoom(DependencyObject, double)

Sets the MinZoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static void SetMinZoom(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double

SetPanOffset(DependencyObject, double)

Sets the PanOffset value for the given CartesianAxis.

Declaration

cs-api-definition
public static void SetPanOffset(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double

SetZoom(DependencyObject, double)

Sets the Zoom value for the given CartesianAxis.

Declaration

cs-api-definition
public static void SetZoom(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double

SetZoomRangeEnd(DependencyObject, double)

Sets the ZoomRangeEnd value for the given CartesianAxis.

Declaration

cs-api-definition
public static void SetZoomRangeEnd(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double

SetZoomRangeStart(DependencyObject, double)

Sets the ZoomRangeStart value for the given CartesianAxis.

Declaration

cs-api-definition
public static void SetZoomRangeStart(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double