A bar chart displays every value of up to 10 data series as a bar.
graphomate.ui.charts.enums.ChartType.Line
A Line Chart displays every value of up to 10 data series as a dot. The dots of a series are connected with lines.
graphomate.ui.charts.enums.ChartType.OffsetBar
A offset bar chart displays the values of the first data series as bars. Additionally it shows a calculated deviation between the second series as a base and the first series as a measure.
graphomate.ui.charts.enums.ChartType.Pin
A pin chart displays the values of up to 10 data series as a pin.
graphomate.ui.charts.enums.ChartType.StackedBar
A stacked bar chart displays the values with same index of every data series (up to 10) as a stack.
graphomate.ui.charts.enums.ChartType.Waterfall
A waterfall chart displays inflows and outflows. It is even capable of showing parallel spans of in- and outflows.
Add Comment