Revision history [back]

click to hide/show revision 1
initial version

asked 2021-06-10 06:56:57 +0800

bztom35 gravatar image bztom35

Extract delta y-value from draggable chart

Is there a way to extract the delta y-value from a draggable chart? For example, my start position is 1000 and my end position is at 1600. How would I go about getting the new delta value(1600). There's no onDrag in the ChartsEvent.

//enabled draggable for a series chart.getSeries(2).getDragDrop().setDraggableY(true);

... need to extract the delta y-value.

Thanks,

Tom

Extract delta y-value from draggable chart

Is there a way to extract the delta y-value from a draggable chart? For example, my start position is 1000 and my end position is at 1600. How would I go about getting the new delta value(1600). There's no onDrag in the ChartsEvent.

//enabled draggable for a series chart.getSeries(2).getDragDrop().setDraggableY(true);

... need to extract the delta y-value.

Thanks,

TomBing

Extract delta y-value How get data values from a draggable chartseries

Is there a way to extract the delta y-value values from a draggable chart? For example, my start position is 1000 and my end position is at 1600. How would series? If I go about getting enabled the new delta value(1600). There's no onDrag in series to be draggable, I don't see any chart events to allow me to return the ChartsEvent.dragged values.

//enabled draggable for a series
 chart.getSeries(2).getDragDrop().setDraggableY(true);

... need to extract the delta y-value.

Thanks,

Bing

chart.getSeries(2).getDragDrop().setDraggableY(true);
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More