Search found 3 matches
- Mon Jan 23, 2012 5:02 am
- Forum: VCL
- Topic: aligning the chart title
- Replies: 1
- Views: 2388
aligning the chart title
I'd like to have the chart title left-aligned to the y-axis. Selecting Alignment=left aligns the title with the margin of the chart, so it starts over the y-axis title, rather than over the y axis itself. title_align.png Custom positioning isn't quite what my customer is looking for, since using an ...
- Sun Jan 22, 2012 4:33 pm
- Forum: VCL
- Topic: auto bar width problems
- Replies: 3
- Views: 4844
Re: auto bar width problems
My particular context at the moment is 2D bar charts with a smoothed line series. Marks are useless with precise functions, since there would ideally be one point calculated per horizontal pixel. In any case, marks are not relevant to the issue, as you'll see from my example. To reproduce, simply dr...
- Thu Jan 19, 2012 4:06 pm
- Forum: VCL
- Topic: auto bar width problems
- Replies: 3
- Views: 4844
auto bar width problems
AutoBarWidth makes bars too skinny as soon as a line series is added to the chart. To duplicate: 1) Drop a TChart on a form. 2) Invoke the editor 3) Add 2 vertical bar series. The bar width will be as expected. 4) Add a line series. The bar width of any bar series will be reduced to a few pixels (ab...