Charting for WinForms Programmer's Guide
Renderer2D Methods
 


 Public Methods

  Name Description

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 SeriesRenderer.)

EffectiveFill

Gets the brush that should be used to fill the representation of specified data item. (Inherited from SeriesRenderer.)

EffectiveStroke

Gets the brush that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EffectiveStrokeThickness

Gets the thickness of the pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EnumSeries

Implements the SeriesContainer interface.

HitTest

SeriesRenderer.HitTest override. Hit-tests the visual representation of the series for a data item.

NearestElement

SeriesRenderer.NearestElement override. Returns the data item closest to specified point.

SearchStyle

Returns a SeriesStyle object that meets specified criteria. (Inherited from SeriesRenderer.)

StartMeasureData

SeriesRenderer.StartMeasureData override. Called to reset measure accumulators at the beginning of a measure pass.

 Protected Methods

  Name Description

AdjustDataRange

Adjusts the data range of associated Axis objects after initial measure pass. (Inherited from SeriesRenderer.)

CreateTextRenderer

Returns a TextRenderer used to draw series labels. (Inherited from SeriesRenderer.)

DomainData

Gets the domain axis coordinate (input value) of specified data item.

Draw

Draws the series data in specified RenderContext. (Inherited from SeriesRenderer.)

DrawHighlight

SeriesRenderer.DrawHighlight override. Draws highlighted data item in specified RenderContext.

EffectiveLabelBackground

Gets the System.Drawing.Brush that should be used to draw background of labels. (Inherited from SeriesRenderer.)

EffectiveLabelBorderPen

Gets the System.Drawing.Pen that should be used to draw borders around labels. (Inherited from SeriesRenderer.)

EffectiveLabelBrush

Gets the System.Drawing.Brush that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

EffectiveLabelFont

Gets the Font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

EffectiveStrokeDashStyle

Gets the dash style of the pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EffectiveStrokePen

Gets the Pen that should be used to stroke the representation of specified data item. (Inherited from SeriesRenderer.)

EnumVisiblePointPairs

Enumerates the data values of rendered series mapped to plot 2D coordinates.

EnumVisiblePoints

Overloaded.  

EnumVisibleRanges

Enumerates each series once providing a list of all visible points at each iteration.

GetFirstInRange

Overloaded.  

GetLastInRange

Overloaded.  

GetMaxXSum

Gets the maximum sum of X data values locates at same index in all series.

GetMaxXSumPositive

Gets the maximum sum of positive X data values locates at same index in all series.

GetMaxYSum

Gets the maximum sum of Y data values locates at same index in all series.

GetMaxYSumPositive

Gets the maximum sum of positive Y data values locates at same index in all series.

GetMinXSumNegative

Gets the minimum sum of negative X data values locates at same index in all series.

GetMinYSumNegative

Gets the minimum sum of negative Y data values locates at same index in all series.

GetPixel

Overloaded.  

ImageData

Gets the image axis coordinate (output value) of specified data item.

MeasureDataRange

SeriesRenderer.MeasureDataRange override. Measures the data range of rendered series and assigns it to the associated Axis objects if their MinValue and MaxValue are not set.

OnPropertyChanged

Raises the PropertyChanged event. (Inherited from SeriesRenderer.)

OnSeriesDataChanged

Called when Series raise their DataChanged event. (Inherited from SeriesRenderer.)

SetToolTip

Sets tooltip text and location. (Inherited from SeriesRenderer.)

Subscribe

Subscribes to the DataChanged event of specified Series. (Inherited from SeriesRenderer.)

Unsubscribe

Unsubscribes from the DataChanged event of specified Series. (Inherited from SeriesRenderer.)

XData

Gets the X value of specified data item.

XSorted

Gets a value indicating whether values of specified series increase monotonously in X dimension.

YData

Gets the Y value of specified data item.

YSorted

Gets a value indicating whether values of specified series increase monotonously in Y dimension.

 See Also

Renderer2D Class
MindFusion.Charting Namespace