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 segments both sides of the point with the same colour as the point. I know this question is a little bit similar to http://www.teechart.net/support/viewtop ... =3&t=14199, but before diving into that, is there a simple property that controls which line segments adjacent to the point are coloured?
Thanks for any advice
Toreba
TLineSeries segment colours
Re: TLineSeries segment colours
Hello Toreba,
So I'd use two separate series, one for the pointers and anotherone for the line segments, or I'd create a custom series, ie TMyLineSeries = class(TLineSeries) overriding DrawValue method.
I'm afraid not.Toreba wrote:is there a simple property that controls which line segments adjacent to the point are coloured?
So I'd use two separate series, one for the pointers and anotherone for the line segments, or I'd create a custom series, ie TMyLineSeries = class(TLineSeries) overriding DrawValue method.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TLineSeries segment colours
Yeray,
Okay, thanks for the advice
Regards
Toreba
Okay, thanks for the advice
Regards
Toreba