Hi
Sorry ,my english is poor . I would like to draw contours in a polygon region with scattered points .I wonder if TContourseries can be used to achieve .
Search found 21 matches
- Fri Nov 16, 2007 5:35 pm
- Forum: VCL
- Topic: about TContourSeries
- Replies: 3
- Views: 6134
- Fri Nov 16, 2007 4:33 pm
- Forum: VCL
- Topic: about TContourSeries
- Replies: 3
- Views: 6134
about TContourSeries
hi,
Whether can use TContourSeries painting irregular contour in regional polygon
(Tchart7.07 and delphi7 )
Whether can use TContourSeries painting irregular contour in regional polygon
(Tchart7.07 and delphi7 )
Hi Narcís:
If beta-testing TeeChart v8 have fixed the bug , I'm glad to enjoy it. how can I obtain it?
Email:hexf@hhu.edu.cn
If beta-testing TeeChart v8 have fixed the bug , I'm glad to enjoy it. how can I obtain it?
Email:hexf@hhu.edu.cn
a bug?
hi, Narcis when i add the contour series to the tchart component, the object treeview window keeps flicking, the toolbar and the menu of delphi crashed, a error message which is "access violation at address 40045cb4 in module 'rtl70.bpl'.read of address 00000004." is poped up. i wonder wether it is ...
- Sat Dec 23, 2006 2:42 am
- Forum: VCL
- Topic: A Question About Data Insert in Series
- Replies: 1
- Views: 5343
A Question About Data Insert in Series
I insert several series (TSurfaceSeries) in the Chart1(TChart of Delphi 7.0, TeeChart7.07), when I input the code as: chart1.series[0].addxyz(0,1,0); chart1.series[1].addxyz(0,2,0); the data cann’t be accepted ,and the error notice is “ undeclared identifier: ‘addxyz’ ” . the data can be accepted wi...
- Mon Dec 18, 2006 1:58 pm
- Forum: VCL
- Topic: how to get the result as examples 'opaque zones'
- Replies: 14
- Views: 22773
- Mon Dec 18, 2006 8:32 am
- Forum: VCL
- Topic: how to get the result as examples 'opaque zones'
- Replies: 14
- Views: 22773
- Sun Dec 17, 2006 2:10 am
- Forum: VCL
- Topic: HOW TO CHANGE THE Z AXIS SCALE OF TSurfaceSeries!
- Replies: 1
- Views: 12403
HOW TO CHANGE THE Z AXIS SCALE OF TSurfaceSeries!
When I draw Vector 3D with TSurfaceSeries(DEIPHI 7.0, TCHART7.07), the Z axis scale should be input with the SAME num, or the picture can’t be drawled. For example: When I input the follow code : series1.addxyz(0,0.5,0); series1.addxyz(10,0.5,0); series1.addxyz(25,0.5,0); series1.addxyz(0,0.6,1.1); ...
- Fri Dec 15, 2006 7:03 am
- Forum: VCL
- Topic: how to get the result as examples 'opaque zones'
- Replies: 14
- Views: 22773
Hi Narcís I get the legend for every series , but the legend style is set to the series value automatically. I want to change the legend style to seriesname for erery legend, how can I do it? By the way, I wonder whether the legend can show one or several series names that i want it to show, not jus...
- Thu Dec 14, 2006 2:00 am
- Forum: VCL
- Topic: about chart line style ,width
- Replies: 6
- Views: 9533
- Wed Dec 13, 2006 3:04 pm
- Forum: VCL
- Topic: how to get the result as examples 'opaque zones'
- Replies: 14
- Views: 22773
- Wed Dec 13, 2006 3:00 pm
- Forum: VCL
- Topic: about chart line style ,width
- Replies: 6
- Views: 9533
When I pressed the popmenu Item such as ' color ' , I add code procedure TFormShowLinebak.MenuLineColorClick(Sender: TObject); begin ButtonPen1.LinkPen(SelectedSeries.Pen); // ButtonPen1: TButtonPen; declared in public ButtonPen1.OnClick(Sender); end; but I can not get the result as pressed ButtonPen1
- Wed Dec 13, 2006 1:10 pm
- Forum: VCL
- Topic: how to get the result as examples 'opaque zones'
- Replies: 14
- Views: 22773
- Wed Dec 13, 2006 12:48 pm
- Forum: VCL
- Topic: about chart line style ,width
- Replies: 6
- Views: 9533
hi Narcís You are right . I have builded a popmenu , I do not known how to change series width, color,style, the series I have get from following code : procedure TFormShowLinebak.Chart1ClickSeries(Sender: TCustomChart; Series: TChartSeries; ValueIndex: Integer; Button: TMouseButton; Shift: TShiftSt...