Search found 7 matches
- Wed Mar 03, 2010 7:17 pm
- Forum: VCL
- Topic: AxisValuesFormat has no effect
- Replies: 2
- Views: 5326
Re: AxisValuesFormat has no effect
That solved it Yeray, once again thank-you!
- Tue Mar 02, 2010 6:47 pm
- Forum: VCL
- Topic: AxisValuesFormat has no effect
- Replies: 2
- Views: 5326
AxisValuesFormat has no effect
Hello, I am trying to format the x-axis labels in a simple line chart as '0.00' to produce for example 1.23 or 6767.22. Problem is the BottomAxis.AxisValuesFormat does not seem to be doing anything for this particular chart. It's strange because it works for other charts that I've created. The numbe...
- Mon Mar 01, 2010 7:36 pm
- Forum: VCL
- Topic: Area and bar charts area a black blob
- Replies: 2
- Views: 4883
Re: Area and bar charts area a black blob
Hi Yeray,
Sorted it! Thanks a million.
Doug
Code: Select all
AreaSeries.AreaLinesPen.Visible := false;
Doug
- Fri Feb 26, 2010 9:02 pm
- Forum: VCL
- Topic: Area and bar charts area a black blob
- Replies: 2
- Views: 4883
Area and bar charts area a black blob
Hello, When there are many x-axis values in our chart, it appears as all black. I think it is because of the lines that run vertically on the chart. The screenshot attachments explain it better. In the first screenshot, there are 10800 x-axis values which means 10800 lines, so it's a black blob. In ...
- Mon Jun 22, 2009 8:21 pm
- Forum: VCL
- Topic: End user XY charts
- Replies: 6
- Views: 12757
Re: End user XY charts
Hi there, We are still having the problem. Maybe I can explain it a bit better now, with the right terminology. Basically, is it possible to have date/time x-axis interpolated when using a TDBCrossTab series datasource? As an example, a dataset has the following values: Time, Product, Sales 2010, "C...
- Tue Aug 26, 2008 7:59 pm
- Forum: VCL
- Topic: End user XY charts
- Replies: 6
- Views: 12757
- Mon Aug 25, 2008 10:02 pm
- Forum: VCL
- Topic: End user XY charts
- Replies: 6
- Views: 12757
End user XY charts
Hello, We are using the end-user chart designer (TChartEditor) for the creation of line and bar DBCharts, TChart v7.04. Our x-axis values are non-sequential non-linear year values, e.g. 2002;2005;2020. When the chart is drawn, the x-axis displays the years as they are in the dataset, so the above ex...