ClassAxisPanAndZoomExtensions
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:
public static class AxisPanAndZoomExtensions
Inheritance: objectAxisPanAndZoomExtensions
Fields
EnablePanAndZoomProperty
Identifies the EnablePanAndZoom attached property.
Declaration
public static readonly DependencyProperty EnablePanAndZoomProperty
Field Value
DependencyProperty
MaxZoomProperty
Identifies the MaxZoom attached property.
Declaration
public static readonly DependencyProperty MaxZoomProperty
Field Value
DependencyProperty
MinZoomProperty
Identifies the MinZoom attached property.
Declaration
public static readonly DependencyProperty MinZoomProperty
Field Value
DependencyProperty
PanOffsetProperty
Identifies the PanOffset attached property.
Declaration
public static readonly DependencyProperty PanOffsetProperty
Field Value
DependencyProperty
ZoomProperty
Identifies the Zoom attached property.
Declaration
public static readonly DependencyProperty ZoomProperty
Field Value
DependencyProperty
ZoomRangeEndProperty
Identifies the ZoomRangeEnd attached property.
Declaration
public static readonly DependencyProperty ZoomRangeEndProperty
Field Value
DependencyProperty
ZoomRangeStartProperty
Identifies the ZoomRangeStart attached property.
Declaration
public static readonly DependencyProperty ZoomRangeStartProperty
Field Value
DependencyProperty
Methods
GetEnablePanAndZoom(DependencyObject)
Gets the EnablePanAndZoom value for the given CartesianAxis.
Declaration
public static bool GetEnablePanAndZoom(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetMaxZoom(DependencyObject)
Gets the MaxZoom value for the given CartesianAxis.
Declaration
public static double GetMaxZoom(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetMinZoom(DependencyObject)
Gets the MinZoom value for the given CartesianAxis.
Declaration
public static double GetMinZoom(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetPanOffset(DependencyObject)
Gets the PanOffset value for the given CartesianAxis.
Declaration
public static double GetPanOffset(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetZoom(DependencyObject)
Gets the Zoom value for the given CartesianAxis.
Declaration
public static double GetZoom(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetZoomRangeEnd(DependencyObject)
Gets the ZoomRangeEnd value for the given CartesianAxis.
Declaration
public static double GetZoomRangeEnd(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetZoomRangeStart(DependencyObject)
Gets the ZoomRangeStart value for the given CartesianAxis.
Declaration
public static double GetZoomRangeStart(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetEnablePanAndZoom(DependencyObject, bool)
Sets the EnablePanAndZoom value for the given CartesianAxis.
Declaration
public static void SetEnablePanAndZoom(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value
SetMaxZoom(DependencyObject, double)
Sets the MaxZoom value for the given CartesianAxis.
Declaration
public static void SetMaxZoom(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value
SetMinZoom(DependencyObject, double)
Sets the MinZoom value for the given CartesianAxis.
Declaration
public static void SetMinZoom(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value
SetPanOffset(DependencyObject, double)
Sets the PanOffset value for the given CartesianAxis.
Declaration
public static void SetPanOffset(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value
SetZoom(DependencyObject, double)
Sets the Zoom value for the given CartesianAxis.
Declaration
public static void SetZoom(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value
SetZoomRangeEnd(DependencyObject, double)
Sets the ZoomRangeEnd value for the given CartesianAxis.
Declaration
public static void SetZoomRangeEnd(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value
SetZoomRangeStart(DependencyObject, double)
Sets the ZoomRangeStart value for the given CartesianAxis.
Declaration
public static void SetZoomRangeStart(DependencyObject obj, double value)
Parameters
obj
DependencyObject
value