![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | Printer preview moves custom objects | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | christopher ireland <chris> |
| Component: | Axes | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
Using this code: private void InitializeChart() { tChart1.Aspect.View3D = false; Points points1 = new Points(tChart1.Chart); points1.FillSampleValues(); points1.VertAxis = VerticalAxis.Both; tChart1.Axes.Top.Title.Text = "Top Axis"; tChart1.Axes.Bottom.Title.Text = "Bottom Axis"; } private void button4_Click(object sender, EventArgs e) { tChart1.Axes.Top.Title.AutoPosition = false; tChart1.Axes.Top.Title.Top = 200; tChart1.Printer.Preview(); } and then changing from Portrait to Landscape in the Preview causes the Top Axis Title to move position.