Class ChartLayout

java.lang.Object
com.flexganttfx.model.Layout
com.flexganttfx.model.layout.ChartLayout

public class ChartLayout
extends Layout
Using the chart layout class results in activities being laid out as chart bars. A series of such bars can for example be used to form a capacity profile. Activities of type ChartActivity will be placed on a zeroline between getMinValue() and getMaxValue(). The height of the activity will be based on the value returned by ChartActivity.getChartValue(). Activities of type HighLowChartActivity will appear as floating bars. The layout also supports the definition of minor and major chart lines drawn in the row background. Capacity Layout
Since:
1.0
See Also:
ChartActivity, HighLowChartActivity, Row.setLayout(Layout), Row.getLineLayout(int), LinesManager.getLineLayout(int)