I'm new to TeeChart programming. I'm creating an iOS app with TeeChart, wanted to display the legend checkboxes.
So I set:
Code: Select all
Chart.Legend.CheckBoxes = true;
My question is, is this really how the checkboxes look in iOS? My client is expecting something like in the desktop app: (There are actual checks inside and actual box)
If this is really the iOS behaviour, then I must advise my client accordingly. However, if this is not how checkboxes are supposed to be displayed then I can anyone tell me what am I doing incorrectly.
Thanks!