ClassRangeSelectorViewElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class RangeSelectorViewElement : RadChartElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider, IRangeSelectorElement
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemUIItemBaseLightVisualElementRadChartElementRangeSelectorViewElement
Implements:
Inherited Members
Constructors
RangeSelectorViewElement(RadChartElement)
Declaration
public RangeSelectorViewElement(RadChartElement mainChartElement)
Parameters
mainChartElement
Properties
AssociatedViewElement
Declaration
public RadChartElement AssociatedViewElement { get; }
Property Value
AssociatedViewElementZoomControler
Declaration
public ChartPanZoomController AssociatedViewElementZoomControler { get; }
Property Value
AssociatedViewEnd
Declaration
public float AssociatedViewEnd { get; set; }
Property Value
Implements
AssociatedViewStart
Declaration
public float AssociatedViewStart { get; set; }
Property Value
Implements
BottomRightScales
Declaration
public List<RangeSelectorScaleContainerElement> BottomRightScales { get; }
Property Value
EnablePanAndZoomSynchronization
Declaration
public bool EnablePanAndZoomSynchronization { get; set; }
Property Value
RangeSelectorViewEnd
Declaration
public float RangeSelectorViewEnd { get; set; }
Property Value
Implements
RangeSelectorViewStart
Declaration
public float RangeSelectorViewStart { get; set; }
Property Value
Implements
RangeSelectorViewZoomEnd
Declaration
public float RangeSelectorViewZoomEnd { get; set; }
Property Value
Implements
RangeSelectorViewZoomStart
Declaration
public float RangeSelectorViewZoomStart { get; set; }
Property Value
Implements
ScalesPosition
Declaration
public ViewPosition ScalesPosition { get; set; }
Property Value
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
Overrides
TopLeftScales
Declaration
public List<RangeSelectorScaleContainerElement> TopLeftScales { get; }
Property Value
Methods
CreateAssociatedViewZoomControler(out bool)
Declaration
protected virtual ChartPanZoomController CreateAssociatedViewZoomControler(out bool hasDefault)
Parameters
hasDefault
Returns
DisposeManagedResources()
Disposes of managed resources including cached images and SVG images when the element is being disposed.
Declaration
protected override void DisposeManagedResources()
Overrides
GetBottomRightScales()
Declaration
public List<RangeSelectorScaleContainerElement> GetBottomRightScales()
Returns
Implements
GetTopLeftScales()
Declaration
public List<RangeSelectorScaleContainerElement> GetTopLeftScales()
Returns
Implements
OnLabelInitializing(LabelInitializingEventArgs)
Declaration
public virtual void OnLabelInitializing(LabelInitializingEventArgs e)
Parameters
e
OnRefreshNeeded(EventArgs)
Declaration
protected virtual void OnRefreshNeeded(EventArgs e)
Parameters
e
OnSeriesInitialized(SeriesInitializedEventArgs)
Declaration
public virtual void OnSeriesInitialized(SeriesInitializedEventArgs e)
Parameters
e
OnSeriesInitializing(SeriesInitializingEventArgs)
Declaration
public virtual void OnSeriesInitializing(SeriesInitializingEventArgs e)
Parameters
e
UpdateAssociatedView()
Declaration
public void UpdateAssociatedView()
Implements
UpdateRangeChartView()
Declaration
public virtual void UpdateRangeChartView()
UpdateRangeSelectorView()
Declaration
public void UpdateRangeSelectorView()
Implements
UpdateScales()
Declaration
public void UpdateScales()
Events
LabelInitializing
Occurs when labels in scale element are initializing. This event firing only for the labels that are displaying in RadRangeSelector.
Declaration
public event LabelInitializingEventHandler LabelInitializing
Event Value
RefreshNeeded
Occurs when [refresh needed].
Declaration
public event EventHandler RefreshNeeded
Event Value
Implements
SeriesInitialized
Occurs when series is Initialized.
Declaration
public event SeriesInitializedEventHandler SeriesInitialized
Event Value
SeriesInitializing
Occurs when series is Initializing.
Declaration
public event SeriesInitializingEventHandler SeriesInitializing
Event Value