Xamarin.iOS Legend Checkbox behaviour
Posted: Tue Sep 13, 2016 8:29 am
Hello,
I'm new to TeeChart programming. I'm creating an iOS app with TeeChart, wanted to display the legend checkboxes.
So I set:
I got the following legend display:
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!
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!