Difference between revisions of "ChartView"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 74: | Line 74: | ||
|- | |- | ||
|width=50%|{{Method | name=ExportAsPicture | description= | returntype=Picture | newinversion=}} | |width=50%|{{Method | name=ExportAsPicture | description= | returntype=Picture | newinversion=}} | ||
− | |width=50%|{{Method | name= | + | |width=50%|{{Method | name=setDefaultColors | params=Assigns Palette As Integer | description= | newinversion=}} |
|- | |- | ||
|width=50%|{{Method | name=Init | params=Labels As Boolean = False, Marks As Boolean = False, DataLabel As Boolean = False | description= | newinversion=}} | |width=50%|{{Method | name=Init | params=Labels As Boolean = False, Marks As Boolean = False, DataLabel As Boolean = False | description= | newinversion=}} | ||
Line 119: | Line 119: | ||
***Line, LineStacked, LineSmooth | ***Line, LineStacked, LineSmooth | ||
***Area, AreaStacked, AreaStepped | ***Area, AreaStacked, AreaStepped | ||
+ | |||
+ | |||
+ | |||
+ | ==See Also== | ||
+ | |||
+ | |||
+ | ChartAxis, ChartHelpTag, ChartLabel, ChartLine, ChartMarkLine, ChartPlot, [[ChartSerie]] classes. |
Revision as of 22:38, 11 May 2013
Events |
AnimationFinished |
GetFillPicture |
GetHelpTag |
Open |
Methods | |
AddMark | Redisplay |
AddSerie | setDataLabel |
ExportAsPicture | setDefaultColors |
Init | setTransparency |
LoadFromCSV | StartAnimation |
LoadFromDB | ToCSV |
LoadFromListbox | |
Redisplay |
Shared Methods |
Register |
History
Version 1.1 - Not Released
- New:
- Chart Types: ComboChart
- Improved HelpTags and LineSmooth performance
- AnimationFinished event
Version 1.0 - Released 2013-05-06
First public release of the ChartView
- Features:
- Chart Types:
- Column, ColumnStacked, ColumnStacked100
- Line, LineStacked, LineSmooth
- Area, AreaStacked, AreaStepped
- Chart Types:
See Also
ChartAxis, ChartHelpTag, ChartLabel, ChartLine, ChartMarkLine, ChartPlot, ChartSerie classes.