Export Image
Posted: Wed Nov 23, 2005 1:54 am
Dear Sir/Madam
I found a problem on export TChart Image, some of the serious was missing. Jpg and bmp also the same and we only use this 2 picture formats
Below is the sample code.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
TChart1.Export.Image.JPEG.Height = 600
TChart1.Export.Image.JPEG.Width = 800
TChart1.Export.Image.JPEG.Quality = 100
TChart1.Export.Image.JPEG.Save("c:\a.jpg")
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
TChart1.Series.Add(New Steema.TeeChart.Styles.Bar3D)
TChart1.Series(0).FillSampleValues(6)
End Sub
Thank & Best Regard
Eric
I found a problem on export TChart Image, some of the serious was missing. Jpg and bmp also the same and we only use this 2 picture formats
Below is the sample code.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
TChart1.Export.Image.JPEG.Height = 600
TChart1.Export.Image.JPEG.Width = 800
TChart1.Export.Image.JPEG.Quality = 100
TChart1.Export.Image.JPEG.Save("c:\a.jpg")
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
TChart1.Series.Add(New Steema.TeeChart.Styles.Bar3D)
TChart1.Series(0).FillSampleValues(6)
End Sub
Thank & Best Regard
Eric