DragDrop of chart components/elements

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

DragDrop of chart components/elements

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

Hi,

is it possible to Drag and Drop elements (like Y-Axis) from on side to another?
How would i do that?

thank you very much

Igor

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

Re: DragDrop of chart components/elements

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

It is not unfortunately possible as built-in feature.

Y axis position controlling takes place when setting chart.ViewXY.AxisLayout.YAxisAutoPlacement = false. Position is set by yAxis.Position property. Setting 100 moves it to right edge. Then you may want to align the ticks to and axis to the right.

For triggering the postion change, you may want to set a transparent Band on the right edge, and in the MouseOverOn event of it, do the magic. ;)
LightningChart Support Team, PT

Post Reply