Search found 14 matches
- Fri Jun 19, 2009 12:22 pm
- Forum: VCL
- Topic: TPieSeries: Fill patterns in legend and markers
- Replies: 2
- Views: 2306
Re: TPieSeries: Fill patterns in legend and markers
Yeray, thanks a lot!
- Thu Jun 18, 2009 1:01 pm
- Forum: VCL
- Topic: TPieSeries: Fill patterns in legend and markers
- Replies: 2
- Views: 2306
TPieSeries: Fill patterns in legend and markers
Hello, I am working on a TPieSeries chart. If I set mySeries.usePatterns := true then symbols in the chart's legend adopt the patterns according to the slice they refer to. But unfortunately the markers do not behave the same. The symbols in the markers keep the normal coloring as before triggering ...
- Tue Jun 16, 2009 1:57 pm
- Forum: VCL
- Topic: Let user save his TeeCommander settings?
- Replies: 5
- Views: 3632
Re: Let user save his TeeCommander settings?
Hi Windwalker, As an update, if what you want is to save the chart characteristics at a moment and store them in a another moment, you can save a chart into a tee file or a stream and load it later. If you mean "restore them in another moment", then that's what I mean. The characteristics can be sa...
- Tue Jun 16, 2009 1:45 pm
- Forum: VCL
- Topic: Let user save his TeeCommander settings?
- Replies: 5
- Views: 3632
Re: Let user save his TeeCommander settings?
Yeray, thanks for your quick answer. Let me explain my intend a bit further. I showed my application with TeeCommander to my boss and he thought we might keep this in the program, in order to allow an end user, who is willing to go into depth with the application's charts, to use TeeCommander as a b...
- Tue Jun 16, 2009 12:31 pm
- Forum: VCL
- Topic: Let user save his TeeCommander settings?
- Replies: 5
- Views: 3632
Let user save his TeeCommander settings?
Hello, I included a TeeCommander Toolbar in my application to give the user the possibility to customize his chart in detail, as he likes. Since there the toolbar allows for a vast variety of changes, I look for a way to give the user the chance to save his settings. Does there exist one? Would be g...
- Wed Jun 03, 2009 7:53 am
- Forum: VCL
- Topic: Strange colors in control elements on Windows Vista
- Replies: 3
- Views: 2520
Hi Windwalker, If I understand correctly those controls are not chart editor controls, are they? You're right. If so, can you still reproduce this behaviour removing all TeeChart references from your application or a simple application without TeeChart? Thanks in advance. To remove all TeeChart fro...
- Tue Jun 02, 2009 9:14 am
- Forum: VCL
- Topic: Strange colors in control elements on Windows Vista
- Replies: 3
- Views: 2520
Strange colors in control elements on Windows Vista
Hello there, I upgraded from TeeChart 4 to TeeChart 8. Now I tested my charts unsing Windows Vista and I experienced some strange color behaviour. In some of my charts (not all!), the control panels containing elements, like checkboxes etc, which are used to control the chart, are layered with a red...
- Thu May 28, 2009 9:34 am
- Forum: VCL
- Topic: Undo Scroll ?
- Replies: 2
- Views: 2576
Thanks, that's it!9348257 wrote:Hi Windwalker,
If you changed your axes at runtime, you could restore the default view forcing them to be automatic:Code: Select all
Chart1.Axes.Bottom.Automatic := true; Chart1.Axes.Left.Automatic := true;
- Thu May 28, 2009 8:45 am
- Forum: VCL
- Topic: Undo Scroll ?
- Replies: 2
- Views: 2576
Undo Scroll ?
Hi there,
I have a TChart, which the user can scroll and zoom using the left and right mouse buttons.
Now I look for a way to undo zoom and scroll actions, i.e. to reset the chart.
UndoZoom does exist, but how can I do the same for the scrolling?
Thanks for the help!
I have a TChart, which the user can scroll and zoom using the left and right mouse buttons.
Now I look for a way to undo zoom and scroll actions, i.e. to reset the chart.
UndoZoom does exist, but how can I do the same for the scrolling?
Thanks for the help!
- Thu Apr 30, 2009 7:30 am
- Forum: VCL
- Topic: Define legend color for a series?
- Replies: 3
- Views: 3202
- Thu Apr 30, 2009 7:07 am
- Forum: VCL
- Topic: Define legend color for a series?
- Replies: 3
- Views: 3202
Thanks for your hint! Could you please give me some advise, on how I can draw a rectangle with my intended color and then place this rectangle by the use of StretchDraw in the legend? I tried to do it like this, but StrechtDraw does not accept my Rect-Object. procedure TForm_DTM_UmsatzStat.LegendDra...
- Tue Apr 28, 2009 9:24 am
- Forum: VCL
- Topic: Define legend color for a series?
- Replies: 3
- Views: 3202
Define legend color for a series?
Hello, I have a chart with TBar-Series. Since the look of the color gradient on my bars, SeriesColor is not the color I would like to represent the respective series in the legend. Instead I would like to have Gradient.MidColor as the color by which the series is represented in the legend. Is there ...
- Wed Apr 22, 2009 12:58 pm
- Forum: VCL
- Topic: Customizing Pie Charts
- Replies: 2
- Views: 2202
Hi there,
I just discovered that this topic has been recently discussed.
Maybe someone can provide me the VCL example too?
Many thanks in advance!
I just discovered that this topic has been recently discussed.
Maybe someone can provide me the VCL example too?
Many thanks in advance!
- Wed Apr 22, 2009 12:36 pm
- Forum: VCL
- Topic: Customizing Pie Charts
- Replies: 2
- Views: 2202
Customizing Pie Charts
Hello, I am pretty new to TeeChart, so maybe my question is easy to answer. I am currently working on a pie chart (TPieSeries), which I want to make look like the two examples in gallery on the TeeChart website. See: - http://www.steema.com/img_products/gallery/tch/PieWarm1019x776.jpg - http://www.s...