Search found 4 matches
- Thu Feb 21, 2019 11:31 am
- Forum: .NET
- Topic: Circular Gauge Alignment
- Replies: 1
- Views: 8389
Circular Gauge Alignment
Good morning, I am working on a circular gauge with an annotation. I want the chart left aligned to use the rest of area to put some annotations. Attached my TChart area print. What I mean is to put the gauge at left, leaving the whole area of chart freed for notes. Is it possible to left align the ...
- Thu Feb 07, 2019 6:52 pm
- Forum: .NET
- Topic: Exporting 3D chart to clipboard (as image)
- Replies: 2
- Views: 10257
Re: Exporting 3D chart to clipboard (as image)
Thanks Christopher,
It worked perfectly!
It worked perfectly!
- Fri Feb 01, 2019 4:26 pm
- Forum: .NET
- Topic: Exporting 3D chart to clipboard (as image)
- Replies: 2
- Views: 10257
Exporting 3D chart to clipboard (as image)
Hello, I made a 3D chart using: myBar.GalleryChanged3D(true) Where "myBar" is a Steema.TeeChart.Styles.Bar serie. Ir works perfectly but when I export a image (to use within a report) with the code: TChart1.Export.Image.PNG.CopyToClipboard() The style get back to 2D. Is there a way to export 3D char...
- Tue Jan 22, 2019 3:56 pm
- Forum: .NET
- Topic: MultiSeries and MultiLevel Chart
- Replies: 1
- Views: 8147
MultiSeries and MultiLevel Chart
Hello, I am building a chart that has 2 series (1 bar and 1 point) and multilevels and can not find a way to fix 2 issues: 1 - as you can see clearly at first chart, the header is bumping with the chart area. I would like to reduce the chart area to avoid it. 2 - at 2nd chart I would like to central...