Class PanZoomBar
This class represents a customized version of RadSlider that provides built-in support for pan and zoom actions.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PanZoomBar : RadSlider, IRangeSelector<double>, ISupportInitialize, IThemable
Constructors
PanZoomBar()
Methods
OnInitialized(EventArgs)
Raises the Initialized event.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |