Charting for WinForms Programmer's Guide
Plot3D Methods
 


 Public Methods

  Name Description

AdjustDataRanges

Called at the end of data measurement pass. (Inherited from Plot.)

Arrange

Sets the location and size of this component relatively to its parent. (Inherited from Component.)

CreateController

Component.CreateController override. Returns a ComponentController used to interact with this component. (Inherited from Plot2D.)

DomainDimension

Implements the SeriesContainer interface. Gets the index of the dimension whose set of values should be treated as domain of plotted function. (Inherited from Plot.)

Draw

Plot.Draw override. Draws a projection of 3D models generated by contained Renderer3D objects.

EffectiveBorderStroke

Gets the Brush that should be used to stroke the plot's borders. (Inherited from Plot.)

EffectiveFill

Gets the Brush that should be used to fill the plot's background. (Inherited from Plot.)

EnumSeries

Implements SeriesContainer. (Inherited from Plot.)

GetCursorHint

Invoked while the mouse is moved to let your application set the mouse cursor. (Inherited from Component.)

HitTest

Returns the component containing specified point. (Inherited from Component.)

Invalidate

Overloaded.   (Inherited from Component.)

InvalidateLayout

Invalidates the current layout and runs a new layout pass before next draw operation. (Inherited from Component.)

LocalToRoot

Transforms the specified point to the coordinate system of the root panel. (Inherited from Component.)

Measure

Component.Measure override. Measures the desired size of this component. (Inherited from Plot.)

MeasureDataRanges

Measures data of all SeriesRenderer objects drawn inside this plot. (Inherited from Plot.)

ResetZoom

Resets the zoom level to original axis ranges. (Inherited from Plot2D.)

RootToLocal

Transforms the specified point to the coordinate system of this component. (Inherited from Component.)

StartMeasureData

Called in the beginning of data measurement pass. (Inherited from Plot.)

Visit

Component.Visit override. Calls visitor's VisitPlot method. (Inherited from Plot2D.)

ZoomOut

Zooms out from current data range. (Inherited from Plot2D.)

 Protected Methods

  Name Description

Add

Sums specified nullable double values. (Inherited from Component.)

ArrangeInRect

Arranges a child component in specified layout rectangle. (Inherited from Component.)

DrawGrid

Plot.DrawGrid override. Draws the grid specified by GridType property. (Inherited from Plot2D.)

DrawOrigins

Plot.DrawOrigins override. Draws the plot's axis origin lines. (Inherited from Plot2D.)

DrawPlot

Draws the plot's background and borders. (Inherited from Plot.)

EffectiveBorder

Gets the Pen that should be used to draw the plot's borders. (Inherited from Plot.)

EffectiveBorderStrokeThickness

Gets the thickness of border strokes. (Inherited from Plot.)

EffectiveStrokeDashStyle

Gets the dash style of border strokes. (Inherited from Plot.)

Max

Returns the larger of specified values. (Inherited from Component.)

OnRendererDataChanged

Called when a Series raises its DataChanged event. (Inherited from Plot.)

 See Also

Plot3D Class
MindFusion.Charting Namespace