Search found 5 matches

by Ian
Fri Apr 24, 2009 10:53 pm
Forum: VCL
Topic: Draw axis through origin
Replies: 4
Views: 3978

Hi Yeray
Once again - problem solved. Many thanks.
Bit of a delay getting back to you because of the time difference here in Australia.
Best regards,
Ian
by Ian
Fri Apr 24, 2009 11:34 am
Forum: VCL
Topic: Draw axis through origin
Replies: 4
Views: 3978

Hi Yeray
If you've got some delphi code that would be great. I thought there might be a property to set.
Thanks, Ian
by Ian
Fri Apr 24, 2009 5:14 am
Forum: VCL
Topic: Draw axis through origin
Replies: 4
Views: 3978

Draw axis through origin

Hello, I'm fairly new to the newsgroup so apologies if this has been asked before. I have an xy graph with the y axis going from negative to positive: say -100 to + 100. The x axis goes from 0: say 0 to 100. I want the x axis to go through y=0, but can't find a property to make this happen. This is ...
by Ian
Wed Apr 22, 2009 10:38 am
Forum: VCL
Topic: LineSeries using psDash
Replies: 2
Views: 2676

Yes but...

Thanks Yeray I've just had a look at the thread you mention and I'm not surprised that the problem is that the data points are too close together so that it starts drawing after each point. If the points are closer than the length of the dashes, then there is no chance of a space. I encountered this...
by Ian
Wed Apr 22, 2009 8:04 am
Forum: VCL
Topic: LineSeries using psDash
Replies: 2
Views: 2676

LineSeries using psDash

Hello,

Is it possible to use psDash with thick lines? With
Series: TChartSeries;
it works fine with
Series.Pen.Style := psDash;
provided
Series.Pen.Width := 1;
With width greater than 1 it comes out like a bad solid line.
I'm using 100 points.

Many thanks in advance.
Ian