Class DragZoomLayerControl
This control enables zooming chart regions using the mouse.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class DragZoomLayerControl : ContentControl, INotifyPropertyChanged, ILogicalItem
Constructors
DragZoomLayerControl()
Initializes a new instance of the DragZoomLayerControl class.
Declaration
public DragZoomLayerControl()
Fields
CalculatedHeightProperty
Identifies the CalculatedHeight dependency property.
Declaration
public static readonly DependencyProperty CalculatedHeightProperty
Field Value
System.Windows.DependencyProperty
|
CalculatedWidthProperty
Identifies the CalculatedWidth dependency property.
Declaration
public static readonly DependencyProperty CalculatedWidthProperty
Field Value
System.Windows.DependencyProperty
|
IsInteractiveProperty
Identifies the IsInteractive dependency property.
Declaration
public static readonly DependencyProperty IsInteractiveProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CalculatedHeight
This property supports the RadChart infrastructure and is not intended to be used directly from your code.
Declaration
public double CalculatedHeight { get; set; }
Property Value
System.Double
|
CalculatedWidth
This property supports the RadChart infrastructure and is not intended to be used directly from your code.
Declaration
public double CalculatedWidth { get; set; }
Property Value
System.Double
|
IsInteractive
Gets or sets a value indicating whether this instance is interactive.
Declaration
public bool IsInteractive { get; set; }
Property Value
System.Boolean
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|