SMART datagrid v.1 > Classes
DataLudi.ChartCell class
The object which is used to transfer the information of one chart cell included in Chart Column.
Since it is created and removed internally, you do not need to directly create this class object.
It is used as the parameter of DynamicStyleImpl.callback function.
- Base Classes
- SeriesCell > ValueCell > GridCell > DLBase
- Inherited Properties
- ValueCell.displayText
- GridCell.error
- GridCell.errorLevel
- GridCell.index
- GridCell.name
- GridCell.row
- GridCell.styles
- ValueCell.value
- Inherited Methods
- DLBase.assign
- DLBase.getProperties
- DLBase.getProperty
- DLBase.setProperties
- DLBase.setProperty
- DLBase.toggle
- See Also
- ChartColumn
- Examples
- Hello Grid
- Hello Tree