Implements a SeriesRenderer used to draw tower charts, rendering series side by side to allow comparing data sequence and sizes.
The following tables list the members exposed by the TowerRenderer type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the TowerRenderer class. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Adds the specified PropertyChangeListener. (Inherited from SeriesRenderer.) |
|
![]() |
Raises an event to notify that data in the Series has changed. (Inherited from SeriesRenderer.) |
|
![]() |
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.) |
|
![]() |
Gets the Brush that is used to fill the representation of the specified data item. (Inherited from SeriesRenderer.) |
|
![]() |
Gets the Brush that is used to stroke the representation of the specified data item. (Inherited from SeriesRenderer.) |
|
![]() |
Implements the SeriesContainer interface. |
|
![]() |
Gets the Brush used to draw labels at data items. (Inherited from SeriesRenderer.) |
|
![]() |
Gets the name of font that is used to draw labels of data items. (Inherited from SeriesRenderer.) |
|
![]() |
Gets the size of font that is used to draw labels of data items. (Inherited from SeriesRenderer.) |
|
![]() |
Gets the style of the font used to draw labels for data items. (Inherited from SeriesRenderer.) |
|
![]() |
Gets the layout of tower segments. |
|
![]() |
Gets the left-side Series drawn by this TowerRenderer. |
|
![]() |
Gets the size of margins around chart graphics. |
|
![]() |
Gets fixed data range size. |
|
![]() |
Gets the right-side Series drawn by this TowerRenderer. |
|
![]() |
Gets the shape of tower segments. |
|
![]() |
Gets the padding distance between series. |
|
![]() |
A SeriesStyle instance specifying the appearance of series associated with this renderer. (Inherited from SeriesRenderer.) |
|
![]() |
Gets a value that indicates what kind of data labels are drawn. (Inherited from SeriesRenderer.) |
|
![]() |
Gets a value indicating whether to highlight hovered data items. (Inherited from SeriesRenderer.) |
|
![]() |
Gets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.) |
|
![]() |
SeriesRenderer.HitTest override. Hit-tests the segments representing data items. |
|
![]() |
Removes the specified PropertyChangeListener. |
|
![]() |
Returns a SeriesStyle object that meets the specified criteria. (Inherited from SeriesRenderer.) |
|
![]() |
Sets the Brush that is used to draw labels of data items. (Inherited from SeriesRenderer.) |
|
![]() |
Sets the name of the font that is used to draw labels of data items. (Inherited from SeriesRenderer.) |
|
![]() |
Sets the size of font that is used to draw labels of data items. (Inherited from SeriesRenderer.) |
|
![]() |
Sets the style of font that should be used to draw labels of data items. (Inherited from SeriesRenderer.) |
|
![]() |
Sets the layout of tower segments. |
|
![]() |
Sets the left-side Series drawn by this TowerRenderer. |
|
![]() |
Sets the size of margins around chart graphics. |
|
![]() |
Sets fixed data range size. |
|
![]() |
Sets the right-side Series drawn by this TowerRenderer. |
|
![]() |
Sets the shape of tower segments. |
|
![]() |
Sets the padding distance between series. |
|
![]() |
A SeriesStyle instance that provides appearance settings for the Series associated with this SeriesRenderer. (Inherited from SeriesRenderer.) |
|
![]() |
Specifies what kind of data labels are drawn. (Inherited from SeriesRenderer.) |
|
![]() |
Sets a value indicating whether to highlight hovered data items. (Inherited from SeriesRenderer.) |
|
![]() |
Sets a value indicating whether to show tooltips. (Inherited from SeriesRenderer.) |
|
![]() |
Called to reset measure accumulators at the beginning of a measure pass. (Inherited from SeriesRenderer.) |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Creates a TextRenderer configured to draw the labels of associated series. (Inherited from SeriesRenderer.) |
|
![]() |
SeriesRenderer.draw override. Draws the series data in specified RenderContext. |
|
![]() |
Renderer2D.drawHighlight override. Draws highlighted segment in specified RenderContext. |
|
![]() |
Gets the brush that should be used to render labels' background. (Inherited from SeriesRenderer.) |
|
![]() |
Gets the pen that should be used to render labels' borders. (Inherited from SeriesRenderer.) |
|
![]() |
Raises the PropertyChanged event. (Inherited from SeriesRenderer.) |
|
![]() |
Raised when Series data has changed. (Inherited from SeriesRenderer.) |
|
![]() |
Sets tooltip text and location. (Inherited from SeriesRenderer.) |
See Also