I tried to have a line from my marks in a histogram series but either 'Line' nor 'Solid' nor any of the parameters below seem to do anything...
The intention was to move the text inside the bar and to prevent them from beeing outside of the chart itself (as I clip it). But as it seems the Marks position cann't be changed at all, it stays centered and showing the 'Symbol' does overwrite the label.
In general most of the Marks-functions seem to behave strange at the current state of TChart....
Marks Arrow head on the Histogram Series not working?
Re: Marks Arrow head on the Histogram Series not working?
Hello Whookie,
You can add the marks on the bar, if you set the MarksOnBar property to true as do in line code below.
Also, you can find a complete example in the Demo project, concretely in the Whats's New->New in Series-> Marks on Bar. You find the Demo project in a similar path as next:
%Program Files (x86)%\Steema Software\TeeChart 2014 for RAD XE6\Examples\Tee9New_win32.exe
Hoping it will help.
Thanks,
You can add the marks on the bar, if you set the MarksOnBar property to true as do in line code below.
Code: Select all
Series1.MarksOnBar := true;
%Program Files (x86)%\Steema Software\TeeChart 2014 for RAD XE6\Examples\Tee9New_win32.exe
Could you explain exactly what marks functionality do you consider strange?In general most of the Marks-functions seem to behave strange at the current state of TChart....
Hoping it will help.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |