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