Thanks Narcis.
Could you give me link to any sample, when is using TeeChart own print methods in asp.net?
Regards.
Leszek
Search found 7 matches
- Tue Jun 17, 2008 2:48 pm
- Forum: .NET
- Topic: ASP.Net Chart.Printer.Preview() not working corectly
- Replies: 4
- Views: 8250
- Thu Jun 12, 2008 1:02 pm
- Forum: .NET
- Topic: ASP.Net Chart.Printer.Preview() not working corectly
- Replies: 4
- Views: 8250
ASP.Net Chart.Printer.Preview() not working corectly
I try print chart:
Steema.TeeChart.Chart ch1SPrint = myChart1S.Chart;
ch1SPrint.Printer.Preview();
but in Preview window i see blank sheet.
Could you help my? I don't now what I'm doing wrong.
Regards
Leszek
Steema.TeeChart.Chart ch1SPrint = myChart1S.Chart;
ch1SPrint.Printer.Preview();
but in Preview window i see blank sheet.
Could you help my? I don't now what I'm doing wrong.
Regards
Leszek
- Wed Mar 19, 2008 2:06 pm
- Forum: .NET
- Topic: export to .pdf and .jpg file (ASP.Net)
- Replies: 4
- Views: 5948
- Wed Mar 19, 2008 1:36 pm
- Forum: .NET
- Topic: export to .pdf and .jpg file (ASP.Net)
- Replies: 4
- Views: 5948
- Wed Mar 19, 2008 11:28 am
- Forum: .NET
- Topic: export to .pdf and .jpg file (ASP.Net)
- Replies: 4
- Views: 5948
export to .pdf and .jpg file (ASP.Net)
Hi,
I'm using TeeChart and ASP.Net 2.0.
How I can export my chart to .pdf and .jpg file?
Regards.
Leszek
I'm using TeeChart and ASP.Net 2.0.
How I can export my chart to .pdf and .jpg file?
Regards.
Leszek
- Wed Feb 27, 2008 11:51 am
- Forum: .NET
- Topic: problem with DateTime (ASP.Net)
- Replies: 2
- Views: 4293
- Tue Feb 26, 2008 4:17 pm
- Forum: .NET
- Topic: problem with DateTime (ASP.Net)
- Replies: 2
- Views: 4293
problem with DateTime (ASP.Net)
Hi, I have problem with dataset (ASP.Net): DataView dv = new DataView(ds.Tables[2]); Steema.TeeChart.Chart ch1 = myChart1.Chart; Steema.TeeChart.Styles.Line s1 = new Steema.TeeChart.Styles.Line(ch1); ch1.Series.Add(s1); ch1.Axes.Bottom.Labels.DateTimeFormat = "dd/MM/yyyy hh:mm:ss"; s1.YValues.DataMe...