#include <chart.h>
Inheritance diagram for VDKChart:
VDKChart is a component that allows to plot 2D data in various format, is a base class that implements common functionalities to all subclasses actually supported:
|
Constructor
|
|
Destructor |
|
Adds a series to chart
|
|
Clears chart destroying all series Reimplemented from VDKCanvas. |
|
Returns chart gc |
|
Returns chart_class Reimplemented from VDKObject. Reimplemented in VDKLineChart. |
|
Plots data,placeholder for subclasses.
Reimplemented in VDKLineChart. |
|
Sets drawing color, this affects plottin area only, to change axiz, titles and labels color use Foreground property |
|
Sets line attributes |
|
Sets/gets char border, this area is left to draw axis, title and labels. Defaults to 20 but a larger border is often better. |
|
Sets/gets x axis label |
|
Sets get how many decimal digits are displayed int x labels |
|
Sets/gets y axis label |
|
Sets get how many decimal digits are displayed int y labels |
|
Sets/gets chart title |