Class AxisPanAndZoomExtensions
Holds attached properties that allow for enabling and controlling the zoom and pan on a CartesianAxis instance.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public static class AxisPanAndZoomExtensions : Object
Fields
EnablePanAndZoomProperty
Identifies the EnablePanAndZoom attached property.
Declaration
public static readonly DependencyProperty EnablePanAndZoomProperty
Field Value
System.Windows.DependencyProperty
|
MaxZoomProperty
Identifies the MaxZoom attached property.
Declaration
public static readonly DependencyProperty MaxZoomProperty
Field Value
System.Windows.DependencyProperty
|
MinZoomProperty
Identifies the MinZoom attached property.
Declaration
public static readonly DependencyProperty MinZoomProperty
Field Value
System.Windows.DependencyProperty
|
PanOffsetProperty
Identifies the PanOffset attached property.
Declaration
public static readonly DependencyProperty PanOffsetProperty
Field Value
System.Windows.DependencyProperty
|
ZoomProperty
Identifies the Zoom attached property.
Declaration
public static readonly DependencyProperty ZoomProperty
Field Value
System.Windows.DependencyProperty
|
ZoomRangeEndProperty
Identifies the ZoomRangeEnd attached property.
Declaration
public static readonly DependencyProperty ZoomRangeEndProperty
Field Value
System.Windows.DependencyProperty
|
ZoomRangeStartProperty
Identifies the ZoomRangeStart attached property.
Declaration
public static readonly DependencyProperty ZoomRangeStartProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetEnablePanAndZoom(DependencyObject)
Gets the EnablePanAndZoom value for the given CartesianAxis.
Declaration
public static bool GetEnablePanAndZoom(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
GetMaxZoom(DependencyObject)
Gets the MaxZoom value for the given CartesianAxis.
Declaration
public static double GetMaxZoom(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
GetMinZoom(DependencyObject)
Gets the MinZoom value for the given CartesianAxis.
Declaration
public static double GetMinZoom(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
GetPanOffset(DependencyObject)
Gets the PanOffset value for the given CartesianAxis.
Declaration
public static double GetPanOffset(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
GetZoom(DependencyObject)
Gets the Zoom value for the given CartesianAxis.
Declaration
public static double GetZoom(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
GetZoomRangeEnd(DependencyObject)
Gets the ZoomRangeEnd value for the given CartesianAxis.
Declaration
public static double GetZoomRangeEnd(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
GetZoomRangeStart(DependencyObject)
Gets the ZoomRangeStart value for the given CartesianAxis.
Declaration
public static double GetZoomRangeStart(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
SetEnablePanAndZoom(DependencyObject, Boolean)
Sets the EnablePanAndZoom value for the given CartesianAxis.
Declaration
public static void SetEnablePanAndZoom(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|
SetMaxZoom(DependencyObject, Double)
Sets the MaxZoom value for the given CartesianAxis.
Declaration
public static void SetMaxZoom(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|
SetMinZoom(DependencyObject, Double)
Sets the MinZoom value for the given CartesianAxis.
Declaration
public static void SetMinZoom(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|
SetPanOffset(DependencyObject, Double)
Sets the PanOffset value for the given CartesianAxis.
Declaration
public static void SetPanOffset(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|
SetZoom(DependencyObject, Double)
Sets the Zoom value for the given CartesianAxis.
Declaration
public static void SetZoom(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|
SetZoomRangeEnd(DependencyObject, Double)
Sets the ZoomRangeEnd value for the given CartesianAxis.
Declaration
public static void SetZoomRangeEnd(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|
SetZoomRangeStart(DependencyObject, Double)
Sets the ZoomRangeStart value for the given CartesianAxis.
Declaration
public static void SetZoomRangeStart(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|