Charting for WinForms Programmer's Guide
Component Methods
 


 Public Methods

  Name Description

Arrange

Sets the location and size of this component relatively to its parent.

CreateController

Returns a ComponentController used to interact with this component.

Draw

Draws this component in specified RenderContext.

GetCursorHint

Invoked while the mouse is moved to let your application set the mouse cursor.

HitTest

Returns the component containing specified point.

Invalidate

Overloaded.  

InvalidateLayout

Invalidates the current layout and runs a new layout pass before next draw operation.

LocalToRoot

Transforms the specified point to the coordinate system of the root panel.

Measure

Measures the desired size of this component.

RootToLocal

Transforms the specified point to the coordinate system of this component.

Visit

Implements the visitor design pattern.

 Protected Methods

  Name Description

Add

Sums specified nullable double values.

ArrangeInRect

Arranges a child component in specified layout rectangle.

Max

Returns the larger of specified values.

 See Also

Component Class
MindFusion.Charting.Components Namespace