Search found 4 matches

by Sofia Moraes
Thu Feb 21, 2019 11:31 am
Forum: .NET
Topic: Circular Gauge Alignment
Replies: 1
Views: 8105

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 ...
by Sofia Moraes
Thu Feb 07, 2019 6:52 pm
Forum: .NET
Topic: Exporting 3D chart to clipboard (as image)
Replies: 2
Views: 9716

Re: Exporting 3D chart to clipboard (as image)

Thanks Christopher,
It worked perfectly!
by Sofia Moraes
Fri Feb 01, 2019 4:26 pm
Forum: .NET
Topic: Exporting 3D chart to clipboard (as image)
Replies: 2
Views: 9716

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...
by Sofia Moraes
Tue Jan 22, 2019 3:56 pm
Forum: .NET
Topic: MultiSeries and MultiLevel Chart
Replies: 1
Views: 7799

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...