Hi Narcís,
In the code that my latest posted, only the Map series will display nothing using Native exporting.
Search found 9 matches
- Thu Mar 06, 2008 12:57 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
- Wed Mar 05, 2008 4:05 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
- Wed Mar 05, 2008 12:28 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
Hi Narcís, Based on the VBWebForm example, I translated into C# as below: WebForm1.aspx.cs TeeChart.TChartClass TChart1 = new TeeChart.TChartClass(); TChart1.AddSeries(TeeChart.ESeriesClass.scMap); TChart1.Series(0).FillSampleValues(10); Response.BinaryWrite((byte[])TChart1.Export.asNative.SaveToStr...
- Tue Mar 04, 2008 10:34 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
Hi Narcís, For the thread issue, I found the answer finally. It should set ASPCompat be true in .aspx. Based on the example at Steema Software\TeeChart Pro v6 ActiveX Control\Examples\Visual Studio .NET\CSharpWebForm, could you tell me how to draw a LIVE chart (not a picture)? I tried it in many way...
- Mon Feb 25, 2008 1:06 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
- Thu Feb 21, 2008 4:01 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
00
Hi Narcis,
When I used the FillSampleValues method, the result is the same...
1. It can not display polygons beside Marks.
2. All Marks at the same location.
When I used the FillSampleValues method, the result is the same...
1. It can not display polygons beside Marks.
2. All Marks at the same location.
- Thu Feb 21, 2008 3:33 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
- Tue Feb 19, 2008 1:40 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
Hi Narcis, Thanks for your reply. I tried to wrote it as below, but it can not display any polygon besides Marks. What's something wrong? TeeChart.TChart chart = new TeeChart.TChartClass(); chart.AddSeries(TeeChart.ESeriesClass.scMap); TeeChart.ISeries oSeries = chart.Series(0); oSeries.Marks.Visibl...
- Mon Feb 18, 2008 7:51 am
- Forum: ActiveX
- Topic: TeeChart v6... Add Polygons In Map Chart
- Replies: 14
- Views: 9779
TeeChart v6... Add Polygons In Map Chart
My TeeChart version is Pro v6 ActiveX.
Could you provide sample codes about how can I add polygons in Map chart with c# language ?
Could you provide sample codes about how can I add polygons in Map chart with c# language ?