drag marks or automatic positions?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
fjrohlf
Newbie
Newbie
Posts: 33
Joined: Mon Sep 07, 2015 12:00 am

drag marks or automatic positions?

Post by fjrohlf » Fri Dec 11, 2015 4:18 pm

Is there a function that will help prevent overlap of marks for a pointseries? I see some likely sounding options but I have not been able to see any difference that they make. I am also having a problem enabling the dragging of marks. The demo works but not in my code even though I believe I have copied all the necessary elements. There must be some trick. Are there more examples or more extensive tutorials or explanations of how to position marks or enabling dragging?

Thanks

Yeray
Site Admin
Site Admin
Posts: 9534
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: drag marks or automatic positions?

Post by Yeray » Mon Dec 14, 2015 8:23 am

Hello,

You can find examples of both using the TDragMarksTool and algorithms to custom position the marks here in these forums. Ie:
- Adding a TDragMarksTool to a TBarSeries here.
- Custom positioning the marks in a TBarSeries here.

Both examples use a TBarSeries instead of a TPointSeries, but it should be the same.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply