Base class for renderer objects that draw data Series inside a Plot.
The following tables list the members exposed by the SeriesRenderer type.
Name | Description | |
---|---|---|
Initializes a new instance of the SeriesRenderer class. |
Name | Description | |
---|---|---|
Adds the specified PropertyChangeListener. |
||
Raises an event to notify that data in the Series has changed. |
||
Implements the SeriesContainer.domainimension method. Gets the index of the dimension whose set of values should be treated as domain of plotted function. |
||
Gets the Brush that is used to fill the representation of the specified data item. |
||
Gets the Brush that is used to stroke the representation of the specified data item. |
||
Implements SeriesContainer.enumSeries. Enumerates all Series added to this SeriesRenderer. |
||
Gets the Brush used to draw labels at data items. |
||
Gets the name of font that is used to draw labels of data items. |
||
Gets the size of font that is used to draw labels of data items. |
||
Gets the style of the font used to draw labels for data items. |
||
A SeriesStyle instance specifying the appearance of series associated with this renderer. |
||
Gets a value that indicates what kind of data labels are drawn. |
||
Gets a value indicating whether to highlight hovered data items. |
||
Gets a value indicating whether to show tooltips. |
||
Hit-tests the visual representation of the Series for a data item at the specified location.. |
||
Removes the specified PropertyChangeListener. |
||
Returns a SeriesStyle object that meets the specified criteria. |
||
Sets the Brush that is used to draw labels of data items. |
||
Sets the name of the font that is used to draw labels of data items. |
||
Sets the size of font that is used to draw labels of data items. |
||
Sets the style of font that should be used to draw labels of data items. |
||
A SeriesStyle instance that provides appearance settings for the Series associated with this SeriesRenderer. |
||
Specifies what kind of data labels are drawn. |
||
Sets a value indicating whether to highlight hovered data items. |
||
Sets a value indicating whether to show tooltips. |
||
Called to reset measure accumulators at the beginning of a measure pass. |
Name | Description | |
---|---|---|
Creates a TextRenderer configured to draw the labels of associated series. |
||
Gets the brush that should be used to render labels' background. |
||
Gets the pen that should be used to render labels' borders. |
||
Raises the PropertyChanged event. |
||
Raised when Series data has changed. |
||
Sets tooltip text and location. |