Class ChartWrapper
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class ChartWrapper : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IChartViewHost
Constructors
ChartWrapper()
Declaration
public ChartWrapper()
Properties
CurrentViewIndex
Gets or sets the index of the current view.
Declaration
public int CurrentViewIndex { get; set; }
Property Value
System. The index of the current view. |
View
Gets or sets the view.
Declaration
public ChartView View { get; set; }
Property Value
Chart The view. |
Implements
Views
Gets or sets the views.
Declaration
public ChartViewCollection Views { get; set; }
Property Value
Chart The views. |
Methods
ArrangeCore(RectangleF)
Arranges in the final rectangle.
Declaration
protected override void ArrangeCore(RectangleF finalRect)
Parameters
System. The final rect. |
Overrides
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
DpiScaleChanged(SizeF)
Called when the DPI scale is changed.
Declaration
public override void DpiScaleChanged(SizeF scaleFactor)
Parameters
System. The scale factor. |
Overrides
DrillDown(DataPoint)
Drills down.
Declaration
public virtual bool DrillDown(DataPoint point)
Parameters
Data The point. |
Returns
System.
|
DrillToIndex(Int32)
Drills to index.
Declaration
public virtual bool DrillToIndex(int viewIndex)
Parameters
System. Index of the view. |
Returns
System.
|
DrillToTop()
Drills to top.
Declaration
public virtual bool DrillToTop()
Returns
System.
|
DrillUp()
Drills up.
Declaration
public virtual bool DrillUp()
Returns
System.
|
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
OnContextMenuOpening(ChartViewContextMenuOpeningEventArgs)
Raises the Context
Declaration
protected virtual void OnContextMenuOpening(ChartViewContextMenuOpeningEventArgs e)
Parameters
Chart The Chart |
OnCreatePoint(ChartViewCreatePointEventArgs)
Raises the Create
Declaration
protected virtual void OnCreatePoint(ChartViewCreatePointEventArgs e)
Parameters
Chart The Chart |
OnCreatePointElement(ChartViewCreatePointElementEventArgs)
Raises the Create
Declaration
protected virtual void OnCreatePointElement(ChartViewCreatePointElementEventArgs e)
Parameters
Chart The Chart |
OnCreateRenderer(Object, ChartViewCreateRendererEventArgs)
Called when creating the renderer.
Declaration
protected virtual void OnCreateRenderer(object sender, ChartViewCreateRendererEventArgs e)
Parameters
System. The sender. |
Chart The Chart |
OnCurrentViewIndexChanged(EventArgs)
Raises the Current
Declaration
protected virtual void OnCurrentViewIndexChanged(EventArgs e)
Parameters
System. The System. |
OnDataError(Exception)
Called when a data error occurs.
Declaration
protected virtual void OnDataError(Exception exception)
Parameters
System. The exception. |
OnDrill(Object, DrillEventArgs)
Called when drill occurs.
Declaration
public void OnDrill(object sender, DrillEventArgs e)
Parameters
System. The sender. |
Drill The Drill |
OnLabelFormatting(Object, ChartViewLabelFormattingEventArgs)
Raises the Label
Declaration
protected virtual void OnLabelFormatting(object sender, ChartViewLabelFormattingEventArgs e)
Parameters
System.
|
Chart
|
OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs)
Raises the Selected
Declaration
protected virtual void OnSelectedPointChanged(ChartViewSelectedPointChangedEventArgs e)
Parameters
Chart The Chart |
OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs)
Raises the Selected
Declaration
protected virtual void OnSelectedPointChanging(ChartViewSelectedPointChangingEventArgs e)
Parameters
Chart The Chart |
ProcessResult(ActionResult)
Processes the result.
Declaration
protected virtual bool ProcessResult(ActionResult actionResult)
Parameters
Action The action result. |
Returns
System.
|
UpdateControlersArea()
Updates the controllers area.
Declaration
public virtual void UpdateControlersArea()
WrapperCallOnGesture(GestureEventArgs)
Fires on gesture.
Declaration
protected void WrapperCallOnGesture(GestureEventArgs e)
Parameters
Gesture The Gesture |
WrapperCallOnKeyDown(KeyEventArgs)
Fires on key down.
Declaration
protected void WrapperCallOnKeyDown(KeyEventArgs e)
Parameters
System. The System. |
WrapperCallOnKeyPress(KeyPressEventArgs)
Fires on key press.
Declaration
protected void WrapperCallOnKeyPress(KeyPressEventArgs e)
Parameters
System. The System. |
WrapperCallOnKeyUp(KeyEventArgs)
Fires on key up.
Declaration
protected void WrapperCallOnKeyUp(KeyEventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseCaptureChanged(EventArgs)
Fires on mouse capture changed.
Declaration
protected virtual void WrapperCallOnMouseCaptureChanged(EventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseClick(MouseEventArgs)
Fires on mouse click.
Declaration
protected virtual void WrapperCallOnMouseClick(MouseEventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseDoubleClick(MouseEventArgs)
Fires on mouse double click.
Declaration
protected void WrapperCallOnMouseDoubleClick(MouseEventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseDown(MouseEventArgs)
Fires on mouse down.
Declaration
protected void WrapperCallOnMouseDown(MouseEventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseEnter(EventArgs)
Fires on mouse enter.
Declaration
protected void WrapperCallOnMouseEnter(EventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseHover(EventArgs)
Fires on mouse hover.
Declaration
protected void WrapperCallOnMouseHover(EventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseLeave(EventArgs)
Fires on mouse leave.
Declaration
protected void WrapperCallOnMouseLeave(EventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseMove(MouseEventArgs)
Calls MouseMove.
Declaration
protected void WrapperCallOnMouseMove(MouseEventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseUp(MouseEventArgs)
Fires on mouse up.
Declaration
protected void WrapperCallOnMouseUp(MouseEventArgs e)
Parameters
System. The System. |
WrapperCallOnMouseWheel(MouseEventArgs)
Fires on mouse wheel.
Declaration
protected void WrapperCallOnMouseWheel(MouseEventArgs e)
Parameters
System. The System. |
WrapperCallOnPanGesture(PanGestureEventArgs)
Fires on pan gesture.
Declaration
protected void WrapperCallOnPanGesture(PanGestureEventArgs e)
Parameters
Pan The Pan |
WrapperCallOnPressAndTapGesture(PressAndTapGestureEventArgs)
Fires on press and tap gesture.
Declaration
protected void WrapperCallOnPressAndTapGesture(PressAndTapGestureEventArgs e)
Parameters
Press The Press |
WrapperCallOnRotateGesture(RotateGestureEventArgs)
Fires on rotate gesture.
Declaration
protected void WrapperCallOnRotateGesture(RotateGestureEventArgs e)
Parameters
Rotate The Rotate |
WrapperCallOnTwoFingerTapGesture(GestureEventArgs)
Fires on two finger tap gesture.
Declaration
protected void WrapperCallOnTwoFingerTapGesture(GestureEventArgs e)
Parameters
Gesture The Gesture |
WrapperCallOnZoomGesture(ZoomGestureEventArgs)
Fires on zoom gesture.
Declaration
protected void WrapperCallOnZoomGesture(ZoomGestureEventArgs args)
Parameters
Zoom The Zoom |
Events
ContextMenuOpening
Occurs when context menu is opening.
Declaration
public event ChartViewContextMenuOpeningEventHandler ContextMenuOpening
Event Type
CreatePoint
Occurs when a new DataPoint is created.
Declaration
public event ChartViewCreatePointEventHandler CreatePoint
Event Type
CreatePointElement
Occurs when a new DataPointElement is created.
Declaration
public event ChartViewCreatePointElementEventHandler CreatePointElement
Event Type
CreateRenderer
Fired when the area requies an renderer for the first time.
Declaration
public event ChartViewCreateRendererEventHandler CreateRenderer
Event Type
CurrentViewIndexChanged
Occurs when the Current View Index is changed
Declaration
public event EventHandler CurrentViewIndexChanged
Event Type
System.
|
DataError
Occurs when a data error is detected.
Declaration
public event ChartViewDataErrorEventHandler DataError
Event Type
Drill
LabelFormatting
Fires when the content of a point label needs to be formatted for display.
Declaration
public event ChartViewLabelFormattingEventHandler LabelFormatting
Event Type
SelectedPointChanged
Occurs when the selected point changes
Declaration
public event ChartViewSelectedChangedEventHandler SelectedPointChanged
Event Type
SelectedPointChanging
Occurs when the selected point is changing
Declaration
public event ChartViewSelectedChangingEventHandler SelectedPointChanging
Event Type
Explicit Interface Implementations
IChartViewHost.ClientRectangle
Declaration
RectangleF IChartViewHost.ClientRectangle { get; }
Returns
System.
|
Implements
IChartViewHost.Control
Declaration
Control IChartViewHost.Control { get; }
Returns
System.
|
Implements
IChartViewHost.Controlers
Declaration
ChartViewControllerCollection IChartViewHost.Controlers { get; set; }
Returns
Implements
IChartViewHost.Invalidate()
IChartViewHost.Visible
Declaration
bool IChartViewHost.Visible { get; set; }
Returns
System.
|