Oh, now I get it, so default colors come from the parent chart, that's why it isn't there until we assign the series to a chart.
Thanks a lot.
Search found 6 matches
- Wed Sep 29, 2004 11:34 pm
- Forum: VCL
- Topic: series color on creation
- Replies: 2
- Views: 7521
- Tue Sep 28, 2004 9:43 pm
- Forum: VCL
- Topic: series color on creation
- Replies: 2
- Views: 7521
series color on creation
Hi, how do access the seriesColor property upon creation? What I wanna do is to have is a kind of decendant of TLine series with some default properties, so what I did was something like: constructor TThisLineSeries.create(Aowner: TComponent); begin inherited; Outline.color := SeriesColor; LinePen.C...
- Thu Nov 27, 2003 8:44 pm
- Forum: VCL
- Topic: Legend and Title doesn't show in openGL
- Replies: 1
- Views: 10211
Legend and Title doesn't show in openGL
Hi, I created a Tline series chart. when I use native 3D, the legend and the title show, but when I turn the openGL active, the legend and the title doesn't show anymore. How to show them? or maybe with openGL we just can't show them? The other problem is with the left wall. I already implemented th...
- Sun Nov 23, 2003 7:43 pm
- Forum: VCL
- Topic: ColorLine events
- Replies: 1
- Views: 11304
ColorLine events
Hello,
I add a TColorLineTool on my chart. How to create onEndDragLine and onDragLine events? I already tried to follow the example from the demo but the drag didn't trigger any events.
Thank you.
I add a TColorLineTool on my chart. How to create onEndDragLine and onDragLine events? I already tried to follow the example from the demo but the drag didn't trigger any events.
Thank you.
- Wed Nov 19, 2003 9:01 pm
- Forum: VCL
- Topic: Create Comparison graph from a table
- Replies: 1
- Views: 12001
Create Comparison graph from a table
I have a table contain huge plot data. The plots are grouped by plotID. I'd like to be able to dynamically add and remove series into one DBchart to compare each plots. My solution is to create queries for each plots then create series based on that query. I think there's much better way than that, ...
- Tue Nov 11, 2003 11:03 pm
- Forum: VCL
- Topic: Anti-alias in realtime graph
- Replies: 1
- Views: 15582
Anti-alias in realtime graph
How do we use anti alias in a real time graph? How can we add the point with anti alias applied?
Thanks.
Thanks.