Search found 29 matches

by Toreba
Mon Jul 18, 2016 10:55 am
Forum: VCL
Topic: Colouring points individually
Replies: 4
Views: 10172

Re: Colouring points individually

Yeray,

Yes, that makes sense. Thanks for your help.

Regards

Toreba
by Toreba
Fri Jul 15, 2016 2:39 pm
Forum: VCL
Topic: TLineSeries segment colours
Replies: 2
Views: 7131

Re: TLineSeries segment colours

Yeray,

Okay, thanks for the advice

Regards

Toreba
by Toreba
Fri Jul 15, 2016 2:38 pm
Forum: VCL
Topic: Colouring points individually
Replies: 4
Views: 10172

Re: Colouring points individually

Yeray, I think that both properties 'ColorEachPoint' and 'ColorEachLine' are true by default, and so are not saved to stream with the method SaveChartToStream. So when I then use the method AssignFormat to apply a 'template' from a saved graph to a new series, these two property settings will be abs...
by Toreba
Thu Jul 14, 2016 9:27 am
Forum: VCL
Topic: TLineSeries segment colours
Replies: 2
Views: 7131

TLineSeries segment colours

Hi, With a TLineSeries, I colour values according to a quality attribute, using TLineSeries.AddXY(Const AXValue, AYValue: TChartValue; Const ALabel: String; AColor: TColor), and everything is fine. Each line segment takes the colour of the following point. Ideally, I'd be able to colour the line seg...
by Toreba
Wed Jul 13, 2016 3:07 pm
Forum: VCL
Topic: Colouring points individually
Replies: 4
Views: 10172

Colouring points individually

Hi, With a TLineSeries, I colour values according to a quality atribute. To do this I use TLineSeries.AddXY(Const AXValue, AYValue: TChartValue; Const ALabel: String; AColor: TColor), and everything is fine. The pointers are coloured as expected. Each line segment takes the colour of the following p...
by Toreba
Mon Jul 04, 2016 11:43 am
Forum: VCL
Topic: Creating a custom legend
Replies: 6
Views: 14039

Re: Creating a custom legend

Yeray,

Ah yes, so there is. That's excellent. Thank you very much for your help.

Regards

Toreba
by Toreba
Mon Jul 04, 2016 8:37 am
Forum: VCL
Topic: Creating a custom legend
Replies: 6
Views: 14039

Re: Creating a custom legend

Hi Yeray,

Thanks for the suggestion. This would work well if we could prevent the dummy series from appearing in the list of series shown by TChartEditor. Is this possible?

Regards

Toreba
by Toreba
Thu Jun 30, 2016 5:00 pm
Forum: VCL
Topic: Creating a custom legend
Replies: 6
Views: 14039

Re: Creating a custom legend

Hi, I want to do something similar, except that: - I'm using a TLineSeries, so I need to keep all the points in one series so that they are drawn properly connected; - Values are coloured according to some quality flag which affects only a few points in the series. So I'd like to keep the default le...
by Toreba
Fri Jun 24, 2016 3:44 pm
Forum: VCL
Topic: TChartEditor fails to show series format tab
Replies: 3
Views: 12333

Re: TChartEditor fails to show series format tab

Yeray,

Thanks very much for explaining how to resolve that problem. It works just fine now.

As you said, the 'Themes' tab is now displayed, and it looks as if that's a tab that I can't hide. Is that correct?

Regards

Toreba
by Toreba
Mon Jun 13, 2016 3:46 pm
Forum: VCL
Topic: TChartEditor fails to show series format tab
Replies: 3
Views: 12333

TChartEditor fails to show series format tab

Hi, In a simple test project, I add a THistogramSeries, and at design time I can use a chart editor to set colours via the series Format tab. But at run time, the Format tab is missing. And, if I then pick from the chart editor's combo box another series that isn't a THistogramSeries, the chart edit...
by Toreba
Mon Jun 13, 2016 2:55 pm
Forum: VCL
Topic: TeeChart 2016.18.160504 VCL/FMX release available
Replies: 8
Views: 18516

Re: TeeChart 2016.18.160504 VCL/FMX release available

Narcis,

Neither link is working for me on multiple machines! Both produce the near empty page shown in the attached image.

Regards

Toreba
by Toreba
Mon Jun 13, 2016 9:53 am
Forum: VCL
Topic: TeeChart 2016.18.160504 VCL/FMX release available
Replies: 8
Views: 18516

Re: TeeChart 2016.18.160504 VCL/FMX release available

Hi, That link to the customer download page does not seem to be working, and from your web page the 'client access' page is also unavailable. As 'support@steema.com' is also no longer valid, it seems I have to post here to report this. Can you advise on how to download the updates please? Regards To...
by Toreba
Wed May 04, 2016 1:31 pm
Forum: VCL
Topic: THistogramSeries % Bar Width
Replies: 10
Views: 19651

Re: THistogramSeries % Bar Width

Yeray, Yes, I get the same, but see what happens when you zoom in. The bar width in pixels seems to remain unchanged, so then fills less than 100% of the gap between the adjacent bars either side. When you have a lot of points and zoom in a long way to the detail, the effect is at its worst. That's ...
by Toreba
Wed May 04, 2016 11:26 am
Forum: VCL
Topic: Scope of TChart.Assign method
Replies: 9
Views: 16242

Re: Scope of TChart.Assign method

Hi Yeray, Thanks for the advice. Actually, I am using the chart Assign method, so I think the ColorPalette is being copied successfully. But that's not the solution either. In a typical use case, the user does this: - He creates a chart and accepts all the default colours. He maybe sets some text ca...
by Toreba
Wed Apr 27, 2016 2:17 pm
Forum: VCL
Topic: Scope of TChart.Assign method
Replies: 9
Views: 16242

Re: Scope of TChart.Assign method

Yeray, Thanks for the advice. The AssignFormat works very well in all respects except one. If the series uses the default colour assigned automatically at series creation, that colour is not streamed to the saved chart. It then appears that when using the AssignFormat method, the colour of the targe...