Does this only work with the DBChart? I can't get the grouping option to appear on my standard TChart.
Richard
Search found 6 matches
- Mon Dec 10, 2007 10:58 am
- Forum: VCL
- Topic: Grouping Pieseries entries with same label
- Replies: 3
- Views: 3926
- Mon Dec 10, 2007 10:14 am
- Forum: VCL
- Topic: Easiest way to save user settings
- Replies: 3
- Views: 3433
- Sat Dec 08, 2007 8:55 am
- Forum: VCL
- Topic: Easiest way to save user settings
- Replies: 3
- Views: 3433
Easiest way to save user settings
Which is the easiest way to save a user's custom changes to a chart? eg. at the moment they can fire up the editor at run time and make changes to the colour scheme, position of legend, etc. I'd like to offer them the option to save that as their default layout when they restart the program, so I'd ...
- Sat Dec 08, 2007 8:51 am
- Forum: VCL
- Topic: Grouping Pieseries entries with same label
- Replies: 3
- Views: 3926
Grouping Pieseries entries with same label
Hello - if I have a series of Values and Labels like Smith, 20 Jones, 10 Smith, 30 Parker, 5 is there a way that a PieSeries can automatically include the two "Smith" entries in the same pie slice, or do I have to do it in code? ie. I would like my pie chart to actually display Smith, 50 Jones, 10 P...
- Wed May 09, 2007 8:41 am
- Forum: VCL
- Topic: Different colours in the same TBarSeries value
- Replies: 2
- Views: 3109
- Wed May 09, 2007 8:25 am
- Forum: VCL
- Topic: Different colours in the same TBarSeries value
- Replies: 2
- Views: 3109
Different colours in the same TBarSeries value
Hello - is there a way, using a standard TBarSeries, to colour each bar differently in different sections? For example, if I had a bar with a value of £120, I'd like the lower portion of the bar up to 100 to be one colour, and the portion of the bar from 100 to 120 to be a different colour. This is ...