Search found 7 matches

by Doug
Wed Mar 03, 2010 7:17 pm
Forum: VCL
Topic: AxisValuesFormat has no effect
Replies: 2
Views: 5223

Re: AxisValuesFormat has no effect

That solved it Yeray, once again thank-you!
by Doug
Tue Mar 02, 2010 6:47 pm
Forum: VCL
Topic: AxisValuesFormat has no effect
Replies: 2
Views: 5223

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...
by Doug
Mon Mar 01, 2010 7:36 pm
Forum: VCL
Topic: Area and bar charts area a black blob
Replies: 2
Views: 4805

Re: Area and bar charts area a black blob

Hi Yeray,

Code: Select all

AreaSeries.AreaLinesPen.Visible := false;
Sorted it! Thanks a million.

Doug
by Doug
Fri Feb 26, 2010 9:02 pm
Forum: VCL
Topic: Area and bar charts area a black blob
Replies: 2
Views: 4805

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 ...
by Doug
Mon Jun 22, 2009 8:21 pm
Forum: VCL
Topic: End user XY charts
Replies: 6
Views: 12303

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...
by Doug
Tue Aug 26, 2008 7:59 pm
Forum: VCL
Topic: End user XY charts
Replies: 6
Views: 12303

Thanks for replying,

Basically we are trying to get an end-user XY chart. Is there a specific chart type from the gallery we need, or a property that needs to be set? I've tried changing the increment, but nothing quite seems to work.

I'll try the updates. Thanks again.
by Doug
Mon Aug 25, 2008 10:02 pm
Forum: VCL
Topic: End user XY charts
Replies: 6
Views: 12303

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...