Chart Default text remove

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
gamer244
Posts: 2
Joined: Wed Aug 11, 2021 8:25 am

Chart Default text remove

Post by gamer244 » Wed Aug 25, 2021 12:03 am

I want to delete the default text in the photo. I'd appreciate it if you could tell me how.
Attachments
texture.PNG
texture.PNG (13.33 KiB) Viewed 3516 times

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: Chart Default text remove

Post by ArctionKestutis » Mon Aug 30, 2021 10:11 am

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.

Post Reply