Search found 4 matches

by Bart
Thu Feb 04, 2010 9:37 am
Forum: VCL
Topic: Series Gradient problem
Replies: 1
Views: 2324

Series Gradient problem

Hello. I have a problem using Gradient object. I create a bar series from code and edit it setting gradient using ChartEditor. Then I want to change my gradient color from code, and there appears exception. Debugger says, that bsMySeries->Gradient for some reason is NULL. TBarSeries* bsMySeries = (T...
by Bart
Thu Feb 04, 2010 8:34 am
Forum: VCL
Topic: Series themes?
Replies: 4
Views: 2773

Re: Series themes?

This was a great advice!
Thanx!
by Bart
Thu Jan 28, 2010 4:50 pm
Forum: VCL
Topic: Series themes?
Replies: 4
Views: 2773

Re: Series themes?

Each time user will have different number of series to show. He might want to add some data to series 1, set its theme, then add data for series 2, change some series settings, add data for series 3 and change its theme to something else. Using LoadChartFromFile destroys all earlier added series. I ...
by Bart
Thu Jan 28, 2010 3:37 pm
Forum: VCL
Topic: Series themes?
Replies: 4
Views: 2773

Series themes?

Hello. Is there possibility to have something like series themes? I would like to create some predefined series configurations, so user can choose one of them, while creating chart, depending on what he needs. I was wondering if I can use SaveChartToFile / LoadChartFromFile, but I think it would be ...