Search found 34 matches

by johnnix
Wed May 22, 2019 4:54 am
Forum: VCL
Topic: Issue with OnBeforeDrawChart
Replies: 2
Views: 8918

Re: Issue with OnBeforeDrawChart

Thank you for your reply, that seems to do the trick :)
by johnnix
Tue May 14, 2019 12:07 pm
Forum: VCL
Topic: General question about antialias drawing
Replies: 4
Views: 12477

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
by johnnix
Sat May 11, 2019 7:08 am
Forum: VCL
Topic: Issue with OnBeforeDrawChart
Replies: 2
Views: 8918

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 ...
by johnnix
Fri May 10, 2019 8:02 am
Forum: VCL
Topic: General question about antialias drawing
Replies: 4
Views: 12477

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.
by johnnix
Fri May 10, 2019 7:58 am
Forum: VCL
Topic: Point series and marks text position
Replies: 4
Views: 13843

Re: Point series and marks text position

Thank you, I will take a closer look!
by johnnix
Thu May 02, 2019 7:07 am
Forum: VCL
Topic: Point series and marks text position
Replies: 4
Views: 13843

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...
by johnnix
Sat Apr 27, 2019 7:45 am
Forum: VCL
Topic: Point series and marks text position
Replies: 4
Views: 13843

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...
by johnnix
Thu Apr 25, 2019 1:39 pm
Forum: VCL
Topic: General question about antialias drawing
Replies: 4
Views: 12477

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
by johnnix
Thu Apr 11, 2019 1:10 pm
Forum: VCL
Topic: Fill area between 2 series
Replies: 6
Views: 14911

Re: Fill area between 2 series

Hello,

Thank you, will give it a try :)

Regards
by johnnix
Tue Apr 09, 2019 2:33 pm
Forum: VCL
Topic: Fill area between 2 series
Replies: 6
Views: 14911

Re: Fill area between 2 series

Here is a sample app
by johnnix
Mon Apr 08, 2019 12:35 pm
Forum: VCL
Topic: Fill area between 2 series
Replies: 6
Views: 14911

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
by johnnix
Mon Apr 08, 2019 9:04 am
Forum: VCL
Topic: Fill area between 2 series
Replies: 6
Views: 14911

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...
by johnnix
Mon Apr 08, 2019 8:32 am
Forum: VCL
Topic: Major issue with PointSeries
Replies: 3
Views: 10416

Re: Major issue with PointSeries

Problem solved after deleting the original point series and creating a new one :(
by johnnix
Tue Apr 02, 2019 8:16 am
Forum: VCL
Topic: Major issue with PointSeries
Replies: 3
Views: 10416

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...
by johnnix
Tue Mar 19, 2019 3:56 pm
Forum: VCL
Topic: Issue with bar chart
Replies: 2
Views: 8691

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