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 | |
---|---|---|
Gets or sets the Brush that should be used to draw labels of data items. |
||
Gets or sets the name of font that should be used to draw labels of data items. |
||
Gets or sets the size of font that should be used to draw labels of data items. |
||
Gets or sets the style of font that should be used to draw labels of data items. |
||
A SeriesStyle instance specifying the appearance of series associated with this renderer. |
||
Gets or sets the kind of data labels to draw. |
||
Gets or sets a value indicating whether to show highlights on data items. |
||
Gets or sets a value indicating whether to show tooltips. |
Name | Description | |
---|---|---|
Implements the SeriesContainer interface. Gets the index of the dimension whose set of values should be treated as domain of plotted function. |
||
Gets the brush that should be used to fill the representation of specified data item. |
||
Gets the brush that should be used to stroke the representation of specified data item. |
||
Gets the thickness of the pen that should be used to stroke the representation of specified data item. |
||
Implements the SeriesContainer interface. Enumerates the series associated with this component. |
||
Hit-tests the visual representation of the series for a data item. |
||
Returns a SeriesStyle object that meets specified criteria. |
||
Called to reset measure accumulators at the beginning of a measure pass. |
Name | Description | |
---|---|---|
Adjusts the data range of associated Axis objects after initial measure pass. |
||
|
||
Draws the series data in specified RenderContext. |
||
Draws highlighted data item in specified RenderContext. |
||
|
||
|
||
Gets the Brush that should be used to draw labels of data items. |
||
Gets the Font that should be used to draw labels of data items. |
||
Gets the dash style of the pen that should be used to stroke the representation of specified data item. |
||
Gets the Pen that should be used to stroke the representation of specified data item. |
||
Measures the data range of rendered series and assigns it to the associated Axis objects if their MinValue and MaxValue are not set. |
||
Raises the PropertyChanged event. |
||
Called when Series raise their DataChanged event. |
||
Sets tooltip text and location. |
||
Subscribes to the DataChanged event of specified Series. |
||
Unsubscribes from the DataChanged event of specified Series. |
Name | Description | |
---|---|---|
Implements the INotifyPropertyChanged interface. |