New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public static class AxisPanAndZoomExtensions

Inheritance: objectAxisPanAndZoomExtensions

Fields

EnablePanAndZoomProperty

DependencyProperty

Identifies the EnablePanAndZoom attached property.

C#
public static readonly DependencyProperty EnablePanAndZoomProperty

MaxZoomProperty

DependencyProperty

Identifies the MaxZoom attached property.

C#
public static readonly DependencyProperty MaxZoomProperty

MinZoomProperty

DependencyProperty

Identifies the MinZoom attached property.

C#
public static readonly DependencyProperty MinZoomProperty

PanOffsetProperty

DependencyProperty

Identifies the PanOffset attached property.

C#
public static readonly DependencyProperty PanOffsetProperty

ZoomProperty

DependencyProperty

Identifies the Zoom attached property.

C#
public static readonly DependencyProperty ZoomProperty

ZoomRangeEndProperty

DependencyProperty

Identifies the ZoomRangeEnd attached property.

C#
public static readonly DependencyProperty ZoomRangeEndProperty

ZoomRangeStartProperty

DependencyProperty

Identifies the ZoomRangeStart attached property.

C#
public static readonly DependencyProperty ZoomRangeStartProperty

Methods

Gets the EnablePanAndZoom value for the given CartesianAxis.

C#
public static bool GetEnablePanAndZoom(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Gets the MaxZoom value for the given CartesianAxis.

C#
public static double GetMaxZoom(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

Gets the MinZoom value for the given CartesianAxis.

C#
public static double GetMinZoom(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

Gets the PanOffset value for the given CartesianAxis.

C#
public static double GetPanOffset(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

Gets the Zoom value for the given CartesianAxis.

C#
public static double GetZoom(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

Gets the ZoomRangeEnd value for the given CartesianAxis.

C#
public static double GetZoomRangeEnd(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

Gets the ZoomRangeStart value for the given CartesianAxis.

C#
public static double GetZoomRangeStart(DependencyObject obj)
Parameters:objDependencyObjectReturns:

double

Sets the EnablePanAndZoom value for the given CartesianAxis.

C#
public static void SetEnablePanAndZoom(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool

Sets the MaxZoom value for the given CartesianAxis.

C#
public static void SetMaxZoom(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble

Sets the MinZoom value for the given CartesianAxis.

C#
public static void SetMinZoom(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble

Sets the PanOffset value for the given CartesianAxis.

C#
public static void SetPanOffset(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble

Sets the Zoom value for the given CartesianAxis.

C#
public static void SetZoom(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble

Sets the ZoomRangeEnd value for the given CartesianAxis.

C#
public static void SetZoomRangeEnd(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble

Sets the ZoomRangeStart value for the given CartesianAxis.

C#
public static void SetZoomRangeStart(DependencyObject obj, double value)
Parameters:objDependencyObjectvaluedouble