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 Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the layout of tower segments. |
|
![]() |
Gets or sets the left-side Series drawn by this TowerRenderer. |
|
![]() |
Gets or sets the size of margins around chart graphics. |
|
![]() |
Gets or sets fixed data range size. |
|
![]() |
Gets or sets the right-side Series drawn by this TowerRenderer. |
|
![]() |
Gets or sets the shape of tower segments. |
|
![]() |
Gets or sets the padding distance between series. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
SeriesRenderer.Draw override. Draws the series data in specified RenderContext. |
|
![]() |
SeriesRenderer.DrawHighlight override. Draws highlighted slice in specified RenderContext. |
|
![]() |
Enumerates the segments of the tower chart. |
|
![]() |
Implements the SeriesContainer interface. |
|
![]() |
SeriesRenderer.HitTest override. Hit-tests the slices representing data items. |
See Also