Search
AreaStackRenderer Members
Constructors Methods
 


A SeriesRenderer that draws stacked areas in its containing plot.

The following tables list the members exposed by the AreaStackRenderer type.

 Public Constructors

  Name Description

AreaStackRenderer

Initializes a new instance of the AreaStackRenderer class.

 Public Methods

  Name Description

addPropertyChangeListener

Adds the specified PropertyChangeListener. (Inherited from SeriesRenderer.)

dataChanged

Raises an event to notify that data in the Series has changed. (Inherited from SeriesRenderer.)

domainDimension

Implements the SeriesContainer.domainimension method. 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 is used to fill the representation of the specified data item. (Inherited from SeriesRenderer.)

effectiveStroke

Gets the Brush that is used to stroke the representation of the specified data item. (Inherited from SeriesRenderer.)

enumSeries

Implements SeriesContainer.enumSeries. Returns a collection of all Series associated with this Renderer2D. (Inherited from Renderer2D.)

getLabelBrush

Gets the Brush used to draw labels at data items. (Inherited from SeriesRenderer.)

getLabelFontName

Gets the name of font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

getLabelFontSize

Gets the size of font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

getLabelFontStyle

Gets the style of the font used to draw labels for data items. (Inherited from SeriesRenderer.)

getSeries

Gets a list of the Series drawn by this Renderer2D. (Inherited from Renderer2D.)

getSeriesStyle

A SeriesStyle instance specifying the appearance of series associated with this renderer. (Inherited from SeriesRenderer.)

getShowDataLabels

Gets a value that indicates what kind of data labels are drawn. (Inherited from SeriesRenderer.)

getShowHighlight

Gets a value indicating whether to highlight hovered data items. (Inherited from SeriesRenderer.)

getShowToolTips

Gets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.)

getXAxis

Gets the X-Axis associated with this Renderer2D. (Inherited from Renderer2D.)

getYAxis

Gets the Y-Axis associated with this Renderer2D. (Inherited from Renderer2D.)

hitTest

Renderer2D.hitTest override. Hit-tests if the StackRenderer contains a graphical representation of a data item at the specified location. (Inherited from StackRenderer.)

removePropertyChangeListener

Removes the specified PropertyChangeListener.
(Inherited from SeriesRenderer.)

searchStyle

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

setLabelBrush

Sets the Brush that is used to draw labels of data items. (Inherited from SeriesRenderer.)

setLabelFontName

Sets the name of the font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

setLabelFontSize

Sets the size of font that is used to draw labels of data items. (Inherited from SeriesRenderer.)

setLabelFontStyle

Sets the style of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.)

setSeries

Sets a list of Series drawn by this Renderer2D. (Inherited from Renderer2D.)

setSeriesStyle

A SeriesStyle instance that provides appearance settings for the Series associated with this SeriesRenderer. (Inherited from SeriesRenderer.)

setShowDataLabels

Specifies what kind of data labels are drawn. (Inherited from SeriesRenderer.)

setShowHighlight

Sets a value indicating whether to highlight hovered data items. (Inherited from SeriesRenderer.)

setShowToolTips

Sets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.)

setXAxis

Sets the X-Axis associated with this Renderer2D. (Inherited from Renderer2D.)

setYAxis

Sets the Y-Axis associated with this Renderer2D. (Inherited from Renderer2D.)

startMeasureData

SeriesRenderer.startMeasureData override. Called to reset measure accumulators at the beginning of a measure pass. (Inherited from Renderer2D.)

 Protected Methods

  Name Description

createTextRenderer

Creates a TextRenderer configured to draw the labels of associated series. (Inherited from SeriesRenderer.)

domainAxis

Gets the domain Axis associated with this Renderer2D. For internal use only. (Inherited from Renderer2D.)

domainData

Gets the domain Axis coordinate (input value) of the specified data item. (Inherited from Renderer2D.)

domainSorted

Indicates whether the data in the domain of the specified Series is sorted. (Inherited from Renderer2D.)

draw

Draws the series data in specified RenderContext.

drawHighlight

SeriesRenderer.drawHighlight override. Draws the specified data item as highlighted using the specified RenderContext. (Inherited from Renderer2D.)

effectiveLabelBackground

Gets the brush that should be used to render labels' background. (Inherited from SeriesRenderer.)

effectiveLabelBorderPen

Gets the pen that should be used to render labels' borders. (Inherited from SeriesRenderer.)

enumVisiblePointPairs

Enumerates the data values of the rendered Series instances mapped to 2D coordinates of the containing plot. (Inherited from Renderer2D.)

enumVisiblePoints

Enumerates the visible data values of the rendered Series mapped to 2D coordinates of the containing plot. (Inherited from Renderer2D.)

enumVisibleRanges

Enumerates each Series and provides a list of all visible points at each iteration. (Inherited from Renderer2D.)

enumVisibleStackPoints

Enumerates the data values of the rendered Series mapped to plot 2D coordinates. (Inherited from StackRenderer.)

enumVisibleStackPointsRelativeTo

  (Inherited from StackRenderer.)

getFirstInRange

Overloaded. Gets the index of first data item in a range. (Inherited from Renderer2D.)

getLastInRange

Overloaded. Gets the index of the last data item from a specified Series. (Inherited from Renderer2D.)

getMaxXSum

Gets the maximum sum of X data values locates at the same index in all Series. (Inherited from Renderer2D.)

getMaxXSumPositive

  (Inherited from Renderer2D.)

getMaxYSum

Gets the maximum sum of Y data values locates at same index in all Series. (Inherited from Renderer2D.)

getMaxYSumPositive

  (Inherited from Renderer2D.)

getMinXSumNegative

  (Inherited from Renderer2D.)

getMinYSumNegative

  (Inherited from Renderer2D.)

getPixel

Gets the coordinates of the specified data item when mapped to a Plot2D pixel. (Inherited from StackRenderer.)

imageData

Gets the image Axis coordinate (output value) ofthe  specified data item. (Inherited from Renderer2D.)

measureDataRange

Renderer2D.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. (Inherited from StackRenderer.)

measureDataRangeRelativeTo

  (Inherited from StackRenderer.)

onPropertyChanged

Raises the PropertyChanged event. (Inherited from SeriesRenderer.)

onSeriesDataChanged

Raised when Series data has changed. (Inherited from SeriesRenderer.)

setToolTip

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

xData

Gets the X value of the specified data item. (Inherited from Renderer2D.)

xSorted

Gets a value indicating whether the values of the specified Series increase monotonously in the X-dimension. (Inherited from Renderer2D.)

yData

Gets the Y-value of the specified data item. (Inherited from Renderer2D.)

ySorted

Gets a value indicating whether values of the specified Series increase monotonously in the Y-dimension. (Inherited from Renderer2D.)

 See Also