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 Drag
Declaration
public DragZoomLayerControl()
Fields
CalculatedHeightProperty
Identifies the Calculated
Declaration
public static readonly DependencyProperty CalculatedHeightProperty
Field Value
System.
|
CalculatedWidthProperty
Identifies the Calculated
Declaration
public static readonly DependencyProperty CalculatedWidthProperty
Field Value
System.
|
IsInteractiveProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsInteractiveProperty
Field Value
System.
|
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.
|
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.
|
IsInteractive
Gets or sets a value indicating whether this instance is interactive.
Declaration
public bool IsInteractive { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnPropertyChanged(PropertyChangedEventArgs)
Raises the Property
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System. The System. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|