Search
BarChart3D Methods
 


 Public Methods

  Name Description

DataBind

Binds the chart to current DataSource. (Inherited from Dashboard.)

GetGraphics

For internal use. (Inherited from Dashboard.)

HandleTouchDown

Invoked to handle touch down interactions. (Inherited from Dashboard.)

HandleTouchMove

Invoked to handle touch move interactions. (Inherited from Dashboard.)

HandleTouchUp

Invoked to handle touch up interactions. (Inherited from Dashboard.)

HitTest

Searches for a dashboard element at specified location. (Inherited from Dashboard.)

Invalidate

Overloaded. Repaints the control. (Inherited from Dashboard.)

InvalidateLayout

Implements RootControl.InvalidateLayout. Invalidates layout of specified component. (Inherited from Dashboard.)

Paint

Draws the dashboard to the specified graphics. (Inherited from Dashboard.)

ResetZoom

Chart.ResetZoom override. Resets zoom level to original data range. (Inherited from BiaxialChart.)

SetTransform

Sets the transformation of the specified graphics to correspond to the dashboard's current unit, zoom and scroll. (Inherited from Dashboard.)

ZoomOut

Chart.ZoomOut override. Zooms out of current data range. (Inherited from BiaxialChart.)

 Protected Methods

  Name Description

CreatePlot

Chart.CreatePlot override. Creates the Plot type corresponding to this chart.

CreateRenderContext

Dashboard.CreateRenderContext override. Creates a RenderContext instance. (Inherited from BiaxialChart.)

Draw

Draws the dashboard on specified IGraphics surface. (Inherited from Dashboard.)

OnRepaint

Raises the Repaint event. (Inherited from Dashboard.)

 See Also