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
Search found 5 matches
- Fri Apr 24, 2009 10:53 pm
- Forum: VCL
- Topic: Draw axis through origin
- Replies: 4
- Views: 3987
- Fri Apr 24, 2009 11:34 am
- Forum: VCL
- Topic: Draw axis through origin
- Replies: 4
- Views: 3987
- Fri Apr 24, 2009 5:14 am
- Forum: VCL
- Topic: Draw axis through origin
- Replies: 4
- Views: 3987
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 ...
- Wed Apr 22, 2009 10:38 am
- Forum: VCL
- Topic: LineSeries using psDash
- Replies: 2
- Views: 2691
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...
- Wed Apr 22, 2009 8:04 am
- Forum: VCL
- Topic: LineSeries using psDash
- Replies: 2
- Views: 2691
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
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