Search found 7 matches

by Leszek
Tue Jun 17, 2008 2:48 pm
Forum: .NET
Topic: ASP.Net Chart.Printer.Preview() not working corectly
Replies: 4
Views: 8250

Thanks Narcis.
Could you give me link to any sample, when is using TeeChart own print methods in asp.net?
Regards.
Leszek
by Leszek
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
by Leszek
Wed Mar 19, 2008 2:06 pm
Forum: .NET
Topic: export to .pdf and .jpg file (ASP.Net)
Replies: 4
Views: 5948

I have next problem :(
When I'm writing teeChart to pdf file :
myChart1.Chart.Export.Image.PDF.Save("c:/myChart1.pdf");
I have message:
"The font 'Verdana' contains a bad /BBox"
myChart1.pdf contain chart but without axis's notations.
Thanks.
Leszek
by Leszek
Wed Mar 19, 2008 1:36 pm
Forum: .NET
Topic: export to .pdf and .jpg file (ASP.Net)
Replies: 4
Views: 5948

Hi Narcis,
Thank you for answer.
I have next question. How I can print web TeeChart?
Regards.
Leszek
by Leszek
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
by Leszek
Wed Feb 27, 2008 11:51 am
Forum: .NET
Topic: problem with DateTime (ASP.Net)
Replies: 2
Views: 4293

Thanks Narcis,
I forgot to set type (DateTime) in datasource.
Now is working
Regards.
Leszek
by Leszek
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...