Search
SeriesRenderer Methods
 


 Public Methods

  Name Description

addPropertyChangeListener

Adds the specified PropertyChangeListener.

dataChanged

Raises an event to notify that data in the Series has changed.

domainDimension

Implements the SeriesContainer.domainimension method. Gets the index of the dimension whose set of values should be treated as domain of plotted function.

effectiveFill

Gets the Brush that is used to fill the representation of the specified data item.

effectiveStroke

Gets the Brush that is used to stroke the representation of the specified data item.

enumSeries

Implements SeriesContainer.enumSeries. Enumerates all Series added to this SeriesRenderer.

getLabelBrush

Gets the Brush used to draw labels at data items.

getLabelFontName

Gets the name of font that is used to draw labels of data items.

getLabelFontSize

Gets the size of font that is used to draw labels of data items.

getLabelFontStyle

Gets the style of the font used to draw labels for data items.

getSeriesStyle

A SeriesStyle instance specifying the appearance of series associated with this renderer.

getShowDataLabels

Gets a value that indicates what kind of data labels are drawn.

getShowHighlight

Gets a value indicating whether to highlight hovered data items.

getShowToolTips

Gets a value indicating whether to show tooltips.

hitTest

Hit-tests the visual representation of the Series for a data item at the specified location..

removePropertyChangeListener

Removes the specified PropertyChangeListener.

searchStyle

Returns a SeriesStyle object that meets the specified criteria.

setLabelBrush

Sets the Brush that is used to draw labels of data items.

setLabelFontName

Sets the name of the font that is used to draw labels of data items.

setLabelFontSize

Sets the size of font that is used to draw labels of data items.

setLabelFontStyle

Sets the style of font that should be used to draw labels of data items.

setSeriesStyle

A SeriesStyle instance that provides appearance settings for the Series associated with this SeriesRenderer.

setShowDataLabels

Specifies what kind of data labels are drawn.

setShowHighlight

Sets a value indicating whether to highlight hovered data items.

setShowToolTips

Sets a value indicating whether to show tooltips.

startMeasureData

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

 Protected Methods

  Name Description

createTextRenderer

Creates a TextRenderer configured to draw the labels of associated series.

effectiveLabelBackground

Gets the brush that should be used to render labels' background.

effectiveLabelBorderPen

Gets the pen that should be used to render labels' borders.

onPropertyChanged

Raises the PropertyChanged event.

onSeriesDataChanged

Raised when Series data has changed.

setToolTip

Sets tooltip text and location.

 See Also