Page 1 of 1

Assigning Ternary Vertex Titles

Posted: Thu Jun 18, 2020 3:58 pm
by 16487010
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?

Re: Assigning Ternary Vertex Titles

Posted: Tue Jun 23, 2020 10:45 am
by Marc
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