Difference between revisions of "ChartView.History"
From Jeremie Leroy - XOJO Controls Wiki
Line 1: | Line 1: | ||
− | ===Version 1 | + | ===Version 1.4.2 - Released 2014-08-22=== |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
*Fix: | *Fix: | ||
− | ** | + | **Registration for Web Applications |
+ | **Rendering on Windows Target | ||
− | + | ===Version 1.4.1 - Released 2014-08-06=== | |
− | ===Version 1. | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
*New: | *New: | ||
− | ** | + | **TypePie3D |
− | ** | + | **WebChartView is now a WebControlWrapper |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ===Version 1. | + | ===Version 1.4 - Released 2014-07-25=== |
*New: | *New: | ||
− | * | + | **Updated for Web Applications |
− | * | + | |
− | + | ||
− | ===Version 1. | + | ===Version 1.3 - Released 2014-04-25=== |
*New: | *New: | ||
− | ** | + | **Chart Type: Scatter |
− | ** | + | **Chart View is now Retina compatible. |
+ | **Animation is optimized and works on MacOS | ||
+ | **Drawing optimizations | ||
+ | **Smoother drawing on Windows | ||
+ | **Display a Linear regression line on Scatter charts (TrendLine) | ||
+ | **Display a Moving Average line | ||
*Fix: | *Fix: | ||
− | ** | + | **ToCSV with empty data |
+ | **LoadFromListbox when no data was previously loaded | ||
− | ===Version 1. | + | ===Version 1.2 - Released 2013-11-27=== |
*New: | *New: | ||
− | ** | + | **Chart Types: ComboChart, PieChart, DoughnutChart, RadarChart |
− | ** | + | **Improved HelpTags and LineSmooth performance |
− | ** | + | **AnimationFinished event |
− | ** | + | **Empty value is not treated as 0 but as missing value. |
− | + | **Logarithmic (base 10) scale on Vertical Axis | |
− | + | **ChartSerie function Average, to calculate the average value of the Serie. | |
− | + | **ExportGraph function, exports the Chart in the passed picture. This can be used for Sparklines | |
− | + | **StartAnimation now takes a AnimationType property. Check the ChartAnimate constants. | |
− | + | **BackgroundAlternate constant | |
− | ** | + | **ChartSerie TotalValue property, the sum of all values. |
− | + | ||
− | + | ||
− | * | + | |
− | * | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | * | + | |
− | * | + | |
− | + | ||
− | ** | + | |
− | ** | + | |
*Fix: | *Fix: | ||
− | ** | + | **TypeColumnStacked with negative values and transparency. |
− | + | *Improved: | |
− | + | **Improved speed of drawing Area charts up to 60% | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | * | + | |
− | ** | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | ===Version 1 | + | ===Version 1.0 - Released 2013-05-06=== |
− | First release | + | First public release of the ChartView |
+ | *Features: | ||
+ | **Chart Types: | ||
+ | ***Column, ColumnStacked, ColumnStacked100 | ||
+ | ***Line, LineStacked, LineSmooth | ||
+ | ***Area, AreaStacked, AreaStepped |
Latest revision as of 17:28, 2 December 2016
Contents
Version 1.4.2 - Released 2014-08-22
- Fix:
- Registration for Web Applications
- Rendering on Windows Target
Version 1.4.1 - Released 2014-08-06
- New:
- TypePie3D
- WebChartView is now a WebControlWrapper
Version 1.4 - Released 2014-07-25
- New:
- Updated for Web Applications
Version 1.3 - Released 2014-04-25
- New:
- Chart Type: Scatter
- Chart View is now Retina compatible.
- Animation is optimized and works on MacOS
- Drawing optimizations
- Smoother drawing on Windows
- Display a Linear regression line on Scatter charts (TrendLine)
- Display a Moving Average line
- Fix:
- ToCSV with empty data
- LoadFromListbox when no data was previously loaded
Version 1.2 - Released 2013-11-27
- New:
- Chart Types: ComboChart, PieChart, DoughnutChart, RadarChart
- Improved HelpTags and LineSmooth performance
- AnimationFinished event
- Empty value is not treated as 0 but as missing value.
- Logarithmic (base 10) scale on Vertical Axis
- ChartSerie function Average, to calculate the average value of the Serie.
- ExportGraph function, exports the Chart in the passed picture. This can be used for Sparklines
- StartAnimation now takes a AnimationType property. Check the ChartAnimate constants.
- BackgroundAlternate constant
- ChartSerie TotalValue property, the sum of all values.
- Fix:
- TypeColumnStacked with negative values and transparency.
- Improved:
- Improved speed of drawing Area charts up to 60%
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: