Search found 12 matches
- Mon Aug 19, 2024 5:12 pm
- Forum: VCL
- Topic: How to best show/highlight series values that are hitting min/max limits?
- Replies: 3
- Views: 13102
Re: How to best show/highlight series values that are hitting min/max limits?
Hello Yeray, Thanks for the Tip, but all these lines add too much "Noise" to the graphics. I am now creating an extra TPointSeries that contains the violating Points as Yellow semitransparent circles. So the graphics only gets more populated with "stuff" in case there are min/max violations. Capture...
- Mon Aug 19, 2024 9:57 am
- Forum: VCL
- Topic: How to best show/highlight series values that are hitting min/max limits?
- Replies: 3
- Views: 13102
How to best show/highlight series values that are hitting min/max limits?
We often show process values/parameters using multiple Line series: Capture.PNG Now we want to highlight values per Line series that are outside certain user given min/max limits. Is there a TChart Tool or a certain Series for that, or do we need to develop our own tool for that? Like drawing someth...
- Fri Apr 05, 2024 10:07 am
- Forum: VCL
- Topic: How to get correct Legend for ColorGrid AND Line Series
- Replies: 7
- Views: 28914
Re: How to get correct Legend for ColorGrid AND Line Series
Ok, I just had to populate the Title properties of the Line Series, all perfect now, thanks!
- Fri Apr 05, 2024 9:38 am
- Forum: VCL
- Topic: How to get correct Legend for ColorGrid AND Line Series
- Replies: 7
- Views: 28914
Re: How to get correct Legend for ColorGrid AND Line Series
Thanks a lot, we are practically there: NewCapture.PNG I am setting the Position in the Create of the form but it looks like I need to update the position of the extra legend before the painting. One other quick question, how can I change/influence the texts that are shown in the Extra legend, I'd l...
- Thu Apr 04, 2024 2:03 pm
- Forum: VCL
- Topic: How to get correct Legend for ColorGrid AND Line Series
- Replies: 7
- Views: 28914
Re: How to get correct Legend for ColorGrid AND Line Series
To phrase this question differently, how can I explicitly decide in which of both (or more) Legends any Series is shown?
Because Series.ShowInLegend is global for all Legends.
Because Series.ShowInLegend is global for all Legends.
- Thu Apr 04, 2024 7:36 am
- Forum: VCL
- Topic: How to get correct Legend for ColorGrid AND Line Series
- Replies: 7
- Views: 28914
Re: How to get correct Legend for ColorGrid AND Line Series
Hello Yeray,
Thanks for the quick response, that indeed seems to be a way to proceed.
But how can I make sure to just just show the 3 Line Series in THAT extra legend?
Best regards,
Thomas
Thanks for the quick response, that indeed seems to be a way to proceed.
But how can I make sure to just just show the 3 Line Series in THAT extra legend?
Best regards,
Thomas
- Wed Apr 03, 2024 1:59 pm
- Forum: VCL
- Topic: How to get correct Legend for ColorGrid AND Line Series
- Replies: 7
- Views: 28914
How to get correct Legend for ColorGrid AND Line Series
Hello, We produce graphics like in the attached plot with TChart, where we use a ColorGrid plus 3 Line Series. Usually we display the Colors of the Color Grid in the Legend. Now we want in addition to show a legend for the 3 Line Series. But when we include the Line Series in the Legend the Color Gr...
- Fri Dec 15, 2023 9:05 pm
- Forum: VCL
- Topic: Palette Update Problem
- Replies: 2
- Views: 16992
Re: Palette Update Problem
I just found out that I can fix this problem by calling "CreateDefaultPalette()" After populating TSurfaceSeries or TColorGridSeries.
That call was not required in previous versions of TChart VCL.
That call was not required in previous versions of TChart VCL.
- Fri Dec 15, 2023 1:30 pm
- Forum: VCL
- Topic: Palette Update Problem
- Replies: 2
- Views: 16992
Palette Update Problem
Hello TChart Team, There is a problem/bug since the latest version of TChart VCL, with the Display of 3DGridSeries when "UsePalette" is set/used. Everything is displayed in just ONE color and the Legend just shows Zeros. PaletteProblemCapture1.PNG When I then go into the Chart dialog and Set "UsePal...
- Mon Nov 13, 2023 1:40 pm
- Forum: VCL
- Topic: Missing Calls in RELEASE 2023.39.231109
- Replies: 1
- Views: 12912
Missing Calls in RELEASE 2023.39.231109
Hello, I just installed RELEASE 2023.39.231109 and I noticed that suddenly certain calls are missing: VCLTee.TeCanvas.TChangeVisual VCLTee.TeCanvas.TEditVisual VCLTee.TeCanvas.TVisualEditor VCLTee.TeCanvas.TVisualEditorClass VCLTee.TeCanvas.ClipCanvas VCLTee.TeCanvas.UnClipCanvas Are these maybe ren...
- Sun Oct 08, 2023 2:27 pm
- Forum: FMX
- Topic: TeeChart VCL/FMX v2023 [7 JUN 2023] RELEASE 2023.38.230607
- Replies: 3
- Views: 36128
Re: TeeChart VCL/FMX v2023 [7 JUN 2023] RELEASE 2023.38.230607
Hello Yeray, it would be great though if registered users had access to a TChart source version for Delphi Betas, like Yukon. We heavily rely on TChart for graphics on mobile platforms and it would be welcome if we could test our products early (before release) too, before everything is set into sto...
- Thu May 11, 2023 4:24 pm
- Forum: FMX
- Topic: Pinch zoom and panning for 1Dim charts
- Replies: 3
- Views: 27825
Re: Pinch zoom and panning for 1Dim charts
Hello,
I meant of course, how to implement pinch zoom and panning for 2Dim charts, like Line charts?
Note, that I previously posted under a registration of an expired account. I just logged in with my current, running subscription account to post this addendum.
Thanks and best regards,
Thomas
I meant of course, how to implement pinch zoom and panning for 2Dim charts, like Line charts?
Note, that I previously posted under a registration of an expired account. I just logged in with my current, running subscription account to post this addendum.
Thanks and best regards,
Thomas