Page 1 of 1

Chart Default text remove

Posted: Wed Aug 25, 2021 12:03 am
by gamer244
I want to delete the default text in the photo. I'd appreciate it if you could tell me how.

Re: Chart Default text remove

Posted: Mon Aug 30, 2021 10:11 am
by ArctionKestutis
It is just friendly reminder that you need to add something in order for Chart to work. In this particular case, it informs you that you need to have at least one pair of X and Y-Axis for ViewXY be functional. This is specifics of bindable edition of LightningChart library. For non-bindable WPF and WinForms edition Axes and many other required objects created by default.

It is possible to disable those message (if you feel that don't need them). Just set _Chart.Options.ShowHints property to something else but 'Always'.

Hope this helps.