Search
PieChart Methods
 


 Public Methods

  Name Description

DataBind

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

Dispose

Implements IDisposable. (Inherited from Dashboard.)

GetGraphics

For internal use. (Inherited from Dashboard.)

HitTest

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

Invalidate

Implements RootControl.Invalidate. Invalidates the specified region of a component. (Inherited from Dashboard.)

InvalidateLayout

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

NearestElement

Searches for a series element closest to specified location. (Inherited from Dashboard.)

Paint

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

Print

Overloaded.   (Inherited from Dashboard.)

PrintPreview

Overloaded.   (Inherited from Dashboard.)

ResetZoom

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

SetClientRect

For internal use. (Inherited from Dashboard.)

SetTransform

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

ZoomOut

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

 Protected Methods

  Name Description

BuildRenderTree

  (Inherited from Dashboard.)

CreatePlot

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

CreateRenderContext

Creates a RenderContext instance. (Inherited from Dashboard.)

Draw

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

OnAfterRenderAsync

ComponentBase.OnAfterRenderAsync override. (Inherited from Dashboard.)

OnClick

Control.OnClick override. Raises the DataItemClicked event if the user has clicked on data element in a plot. (Inherited from Dashboard.)

OnPaddingChanged

Control.OnPaddingChanged override. (Inherited from Chart.)

OnPaint

Control.OnPaint override. Draws the components contained by this dashboard. (Inherited from Dashboard.)

OnPointerDown

Control.OnMouseDown override. (Inherited from Dashboard.)

OnPointerMove

Control.OnMouseMove override. (Inherited from Dashboard.)

OnPointerUp

Control.OnMouseUp override. (Inherited from Dashboard.)

OnResize

Control.OnResize override. Invalidates the layout of child components and runs a new layout pass. (Inherited from Dashboard.)

OnSizeChanged

Control.OnSizeChanged override. (Inherited from Chart.)

 See Also