Assigning Ternary Vertex Titles

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
DataInspector
Newbie
Newbie
Posts: 5
Joined: Mon Sep 09, 2019 12:00 am

Assigning Ternary Vertex Titles

Post by DataInspector » Thu Jun 18, 2020 3:58 pm

I am using a ternary chart (TeeChart Pro v2020.30.200525 32bitVCL) in Delphi 10.4 and can assign Vertex Titles at design time; however, they default back to A, B, and C at run time. How do I rectify this behavior? Why do the values assigned at design time not carry through to run time?

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Assigning Ternary Vertex Titles

Post by Marc » Tue Jun 23, 2020 10:45 am

Hello,

Thankyou for the bug reposrt. There seems to be a problem with the serialisation of the values.

You can modify them by code in this way:

Code: Select all

Series2.VertexTitles[0].Text := 'My A Title';
It has been logged here to be fixed.

Regards,
Marc Meumann
Steema Support

Post Reply