SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GridChart  classno-lite

The chart model which can be displayed in column cell of grid or report print item. 

The data which is displayed in chart is composed by ChartSeries, and the type of series which has been added first determines the type of chart. In addition, the series which are not radial shape arrange each item according to the information set in x, y Chart Axis, and the types of axis which can be connected are different according to each series type. 

The types of chart series which have been contained in Dataludi module by default are ColumnSeries, BarSeries, LineSeries, AreaSeries, PieSeries. Each series have rich properties which help to intuitively determine the related data set by each characteristics of themselves. And, if use ColumnSeriesGroup, BarSeriesGroup, you can overlay more than one related series or display by separating with other series. 

Base Classes
DLBase
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
ChartSeries
ColumnSeries
BarSeries
LineSeries
AreaSeries
PieSeries
ColumnSeriesGroup
BarSeriesGroup
Examples
Hello Chart
Single Chart
ColumnSeries
BarSeries
LineSeries
AreaSeries
PieSeries