Search found 34 matches
- Wed May 22, 2019 4:54 am
- Forum: VCL
- Topic: Issue with OnBeforeDrawChart
- Replies: 2
- Views: 10461
Re: Issue with OnBeforeDrawChart
Thank you for your reply, that seems to do the trick
- Tue May 14, 2019 12:07 pm
- Forum: VCL
- Topic: General question about antialias drawing
- Replies: 4
- Views: 14985
Re: General question about antialias drawing
Thank you, I will give it a try and see if I can implement this with minimal effort.
Regards
Regards
- Sat May 11, 2019 7:08 am
- Forum: VCL
- Topic: Issue with OnBeforeDrawChart
- Replies: 2
- Views: 10461
Issue with OnBeforeDrawChart
Hello, I need to have the plot area (area between axes) painted in white so I added some code in the OnBeforeDrawChart event. When I start the app the area inside the plot is painted with the default colour and once I move the mouse inside the event code executes well. Is there a way to fix this? I ...
- Fri May 10, 2019 8:02 am
- Forum: VCL
- Topic: General question about antialias drawing
- Replies: 4
- Views: 14985
Re: General question about antialias drawing
I maybe mistaken but from what I read there is no way to have only the Series plotted antialised, axes always get affected.
- Fri May 10, 2019 7:58 am
- Forum: VCL
- Topic: Point series and marks text position
- Replies: 4
- Views: 16419
Re: Point series and marks text position
Thank you, I will take a closer look!
- Thu May 02, 2019 7:07 am
- Forum: VCL
- Topic: Point series and marks text position
- Replies: 4
- Views: 16419
Re: Point series and marks text position
Hello Yeray, I try to create a band between 2 PointSeries, for each PointSeries I create LineSeries that is a smoothing function of the associated PointSeries. After trial and error I found out that setting the Y mandatory to false helps create "correct" smoothing lines :) Thank you very much for th...
- Sat Apr 27, 2019 7:45 am
- Forum: VCL
- Topic: Point series and marks text position
- Replies: 4
- Views: 16419
Point series and marks text position
Hello, I am using the latest TChart version and I have trouble to adjust marks text placement when YMandatory is set to false. If I set YMantatory to true then then I can control the margin between the mark point and text by adjusting the arrow length. How can I adjust the text position and what exa...
- Thu Apr 25, 2019 1:39 pm
- Forum: VCL
- Topic: General question about antialias drawing
- Replies: 4
- Views: 14985
General question about antialias drawing
Hello,
Is it possible to draw a FastLine series in antialised mode without having to enable antialias for the whole chart object? I investigate if there is a way to have the antialias effect enabled only on my line series
Regards
Is it possible to draw a FastLine series in antialised mode without having to enable antialias for the whole chart object? I investigate if there is a way to have the antialias effect enabled only on my line series
Regards
- Thu Apr 11, 2019 1:10 pm
- Forum: VCL
- Topic: Fill area between 2 series
- Replies: 6
- Views: 17987
Re: Fill area between 2 series
Hello,
Thank you, will give it a try
Regards
Thank you, will give it a try
Regards
- Tue Apr 09, 2019 2:33 pm
- Forum: VCL
- Topic: Fill area between 2 series
- Replies: 6
- Views: 17987
Re: Fill area between 2 series
Here is a sample app
- Mon Apr 08, 2019 12:35 pm
- Forum: VCL
- Topic: Fill area between 2 series
- Replies: 6
- Views: 17987
Re: Fill area between 2 series
Hello,
I tried that, had to change both line series to Horizontal type however the result is not good.
Regards
I tried that, had to change both line series to Horizontal type however the result is not good.
Regards
- Mon Apr 08, 2019 9:04 am
- Forum: VCL
- Topic: Fill area between 2 series
- Replies: 6
- Views: 17987
Fill area between 2 series
Hello, I believe this question was asked many years ago but I could not retrieve anything from Search. I need to fill the area between 2 series (e.g. Series1 and Series2) with a constraint that fill will apply only when Series1 values are smaller than Series 2 (see attached image), I tried using the...
- Mon Apr 08, 2019 8:32 am
- Forum: VCL
- Topic: Major issue with PointSeries
- Replies: 3
- Views: 12351
Re: Major issue with PointSeries
Problem solved after deleting the original point series and creating a new one
- Tue Apr 02, 2019 8:16 am
- Forum: VCL
- Topic: Major issue with PointSeries
- Replies: 3
- Views: 12351
Major issue with PointSeries
After upgrading to Rio I found myself struggling with various issues with the latest TChart version. For the past couple of days I am trying to figure out why the labels of point series do not display correctly, it appears that some random numbers are added (see attached image). The line of code I u...
- Tue Mar 19, 2019 3:56 pm
- Forum: VCL
- Topic: Issue with bar chart
- Replies: 2
- Views: 10230
Re: Issue with bar chart
The issue appears to be solved if I set Sort -> Y -> Ascending instead of Sort -> None but I need to have the values list unsorted