Page 1 of 1

Rename axis title inline

Posted: Mon Sep 28, 2015 1:27 pm
by Igor
Hi,

i would like to rename a title of on axis in the chart without opening a dialog.
I imagine i click doubled (or something similar) on a label and type in a new text. Does the chart-label has an event like the WinForms-Label or something similar?
How would I do that, if it's possible?

thank you very much

Igor

Re: Rename axis title inline

Posted: Mon Sep 28, 2015 1:39 pm
by ArctionPasi
The axis title has MouseDoubleClick and MouseClick event handlers, there you can open a dialog or other control over chart for modifying the text. When modifying is complete, set the text back to axis.Title.Text.

LightningChart does not have built-in text editor.

Re: Rename axis title inline

Posted: Mon Sep 28, 2015 1:48 pm
by Igor
ok, thank you for your quick response