|
TeeChart Pro VCL / CLX
version 5
5.03 Upgrade
|
| New features since version
5.02
|
- Borland C++ Builder 6 support
This release supports C++ Builder 6.
- Fast Delete multiple points
The Series Delete method can
now delete multiple points in a single call, much faster than
deleting them using a loop.
- FastLine series, more speed.
When using FastLine series in real-time mode, a new property
FastPen increases drawing speed a lot.
A new example shows FastPen combined with above new Delete
method.
Note: FastPen does not apply to Windows 95,98 and
Me.
- Gantt Mouse tool
This new tool enables dragging and resizing Gantt bars.
- Area Series
Now supports Gradient filling.
- TeeFont Gradient
Fonts (of big sizes) can be filled using a gradient.
- New component: TComboFlat
ComboBox with "flat" style.
- New translations to languages:
TeeGalician, TeeSlovene, TeeNorwegian, TeeTurkish, TeePolish, TeeJapanese, TeeHungarian, TeeArabic, TeeHebrew,
TeeUkrainian, TeeKorean.
- New component: TeeInspector
Very simple "Inspector" like panel.
- New Chart Tool: DragPoint
Previously included in TeeChartOffice. Located at TeeDragPoint.pas unit.
- New class: TChartImage.
This class registers itself in the VCL mechanism as a new graphic format, to support loading *.tee files containing TeeCharts into standard VCL TImage components.
- Big Speed optimization in Contour Series.
- DrawLine tool now enables "parallel" line style.
- Series DataSource editor dialog.
Now includes a ChartGrid component to allow manually edit a single series data.
- Design-time manually data stored.
Series now store into the DFM their data if it has been manually entered using the Chart editor.
|
|
Fixed Bugs 5.03
|
- Pie Series: Fixed (improved) Pie Clicked function when Pie is shown in 3D.
- All 3D Series: Fixed Color Palette generation (Series Surface,Contour,
Map,etc).
Palette starts now at Series Minimum Y Value.
- Legend: Large Horizontal Legend with CheckBoxes does not override bounds.
- Logarithmic Axes: Fixed exception when calculating logarithmic axis positions before the chart was first time displayed.
- Bar Series: Fixed bug in Bar series with CustomBarWidth > 0 and BarWidthPercent = 100.
- Transparency: All Transparency properties are now published into DFM and *.tee streams.
- Polar / WindRose: New Color button in Polar and WindRose editor dialogs,
for better management and understanding of brush colors.
- Right Axis: Fixed OnClickAxis event for Right Axis in 3D mode.
|
|
Miscellaneous changes since version
5.02
|
- TeeDrawCheckBox procedure has been moved from Chart.pas unit
to TeeProcs.pas unit.
- Improved Pie Series "Clicked" function in 3D.
- Change in RSI Function calculation when using Close prices only.
- Speed optimization in TeeBlend (transparency object).
- TCustomChartNavigator class has been renamed to TCustomTeeNavigator due to allow share it with TeeTree.
- ChartPreview procedure has been moved from TeePrevi.pas unit to TeeEdiGene.pas unit (because TeePrevi is shared with TeeTree).
- New unit: TeeExport.pas: All common code in TeExport.pas ("TeE") has been moved to this new TeeExport unit ("Tee").
The reason is now TeeExport is shared with TeeTree, while "TeExport" contains TeeChart-only related code.
- TeeImageConstants.pas unit has been removed. Its contents are now included in TeeProCo.pas unit.
- Other minor changes and optimizations all around.
|