Search
TowerChart Class
Remarks See Also
 






A control used to draw tower charts, rendering series side by side to allow comparing data sequence and sizes.

Namespace: MindFusion.Charting.Controls
File: TowerChart.js

 Syntax

JavaScript  Copy Code

// class
TowerChart.prototype = {}

 Remarks

Assign the series to compare to leftSeries and rightSeries properties of the chart. The chart segments are arranged according to the value of towerLayout property, and their shape is drawn as specified by segmentShape.

This control requires three-dimensional series. The first dimension specifies event order or timing and is used to sort or position segments. Second dimension specifies duration and is rendered as segment length along the main axis. Third dimension specifies a value rendered as segment width along the cross axis. You could use the stock EventSeries class as data container, or implement the Series interface to provide data from your own data structures.

 Inheritance Hierarchy

MindFusion.Charting.Controls.TowerChart

 See Also