Rename axis title inline

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
Igor
Posts: 67
Joined: Mon Sep 28, 2015 1:14 pm

Rename axis title inline

Post by Igor » Mon Sep 28, 2015 1:27 pm

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

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Rename axis title inline

Post by ArctionPasi » Mon Sep 28, 2015 1:39 pm

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.
LightningChart Support Team, PT

Igor
Posts: 67
Joined: Mon Sep 28, 2015 1:14 pm

Re: Rename axis title inline

Post by Igor » Mon Sep 28, 2015 1:48 pm

ok, thank you for your quick response

Post Reply