TeeChart Pro ActiveX Changelog

What's new in TeeChart Pro ActiveX 2023.0.4.18

Apr 29, 2024
  • ICustomTrendFunction Coefficient were not added into the past maintenance, now it has been added.
  • Canvas StretchRotate method were not added into the past maintenance, now it has been added.
  • All changes related to name changes for version changes 2024.

New in TeeChart Pro ActiveX 2023.0.2.23 (Feb 24, 2023)

  • Fix on installer. Was not possible to use control in VB6.

New in TeeChart Pro ActiveX 2023.0.2.4 (Feb 3, 2023)

  • Fixes related to the TeeChart202364.cab generation. inf file was not correctly used for 64bits version.

New in TeeChart Pro ActiveX 2023.0.1.30 (Feb 1, 2023)

  • Fixes in version Name and other minor changes.

New in TeeChart Pro ActiveX 2023.0.1.16 (Jan 25, 2023)

  • ActiveX Bugfixes and related VCL/FMX bugfixes that have been integrated in this version listed at: https://tinyurl.com/TeeChartAX-2023-01-16
  • Now IExport interface includes CopyToClipboardJPEG and CopyToClipboardPNG.
  • SeriesAnimation tool now exported to SVG, an example:

New in TeeChart Pro ActiveX 2022.0.1.31 (Feb 1, 2022)

  • Breaking change : Due to a new conflict with
  • IMapPolygon.GetPoints method oce a new Microsoft
  • Visual Studio VC.NET project is created that uses
  • The TeeChart ActiveX component, we've had to
  • Change the IMapPolygon.GetPoints method by
  • IMapPolygon.GetPixelPoints method.
  • ActiveX Bugfixes and related VCL/FMX bugfixes that
  • Have been integrated in this version listed at:
  • Https://tinyurl.com/TeeChartAX-2022-01-31

New in TeeChart Pro ActiveX 2021.0.2.10 (Feb 12, 2021)

  • New Violin and HorizViolin Series style.
  • Mew BeeSwarm and HorizBeeSwarm Series style.
  • New KDE Function.
  • New Lagrange Function.

New in TeeChart Pro ActiveX 2018.0.3.16 (May 16, 2018)

  • V2018.0.3.16 Release
  • Bugfixes/changes:
  • There was a problem registering the ocx library
  • That does not allow to select components at the
  • Component list, now fixed.
  • "Note" : Please, if you've installed the
  • TeeChart v2018.0.2.9 previously, unregister it
  • Before to install the v.2018.0.3.16.
  • This maintenance release also includes all ActiveX bugs
  • And all related with VCL fixed bugs that can be found here :
  • Https://tinyurl.com/TeeChartA-2018-3-16

New in TeeChart Pro ActiveX 2014.0.0.2 (Nov 25, 2014)

  • New Features:
  • Polar, Radar and WindRose Series. New property ColorEachLine boolean property (default True). When ColorEachPoint is True, ColorEachLine determines if lines connecting points will be also colored segment by segment.
  • TChart1.Series(0).ColorEachPoint = True
  • TChart1.Series(0).asPolar.ColorEachLine = True
  • All CLSIDs have been updated by new ones.
  • Notice, as all the CLSIDs has been updated for a new ones, this version is considered as a new major version, meaning that some registry consideration has to be taken, since the TeeChart Pro v2014.0.0.1 the TeeChart components have been registered using 9 number version on registry, so to use specific component you had to use for example "TeeChart.Chart.9", now the number version has been changed to "10", having to use "TeeChart.Chart.10".
  • Bugfixes/changes:
  • TextAlignment and other related Text properties was not available due to the last v2014 changes,
  • now the properties are available again. For example :
  • With TChart1
  • Footer.TextAlignment = taLeftJustify
  • SubFooter.TextAlignment = taLeftJustify
  • End With