Hello,
I am trying to make an annotation draggable. I tried setting the isEditable property to true, but nothing happened. I can’t find the right documentation for draggable annotations . My code for creating the Annotation it’s below:
sciChartSurface.annotations.add(new LineAnnotation({
stroke: "#279B27", strokeThickness: 3,
xCoordinateMode: ECoordinateMode.DataValue,
x1: 0,
x2: 0,
yCoordinateMode: ECoordinateMode.Relative,
y1: 0,
y2: 1,
isEditable: true,
}));
- Razvan Muthi asked 4 years ago
- You must login to post comments
Hey Razvan
We haven’t actually implemented the draggable annotation feature yet however I can assure you its on our work queue for SciChart.js v1.1.
I’ll add your name to the list of people to contact when we deliver it.
Thanks and regards,
Andrew
- Andrew Burnett-Thompson answered 4 years ago
- You must login to post comments
Ok, thank you very much.
Best regards,
Razvan
- Razvan Muthi answered 4 years ago
- You must login to post comments
Please login first to submit.