Class Summary |
BaseChart |
Base view of all charts |
CandleStickChart |
CandleStickChart is a kind of graph that draw the OHLCs on a GridChart if you
want display some moving average lines on this graph, please use see
MACandleStickChart for more information |
GridChart |
GridChart is base type of all the charts that use a grid to display like
line-chart stick-chart etc. |
LineChart |
LineChart is a kind of graph that draw some lines on a GridChart |
MACandleStickChart |
MACandleStickChart is inherits from CandleStickChart which can display moving
average lines on this graph. |
MAStickChart |
MAStickChart is inherits from StickChart which can display moving average
lines on this graph |
MinusStickChart |
MinusStickChart is inherits from StickChart which its data can be minus value |
PieChart |
PieChart is a kind of graph that display all in a pie-like graph, each of the
data will get a part of the pie. |
SpiderWebChart |
SpiderWebChart is a kind of graph that display data on web-like graph. |
StickChart |
StickChart is a kind of graph that draw the sticks on a GridChart if you want
display some moving average lines on this graph, please use see MAStickChart
for more information. |