Steema Issues Database

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



Bug 351 - [TM71016600] The axis labels seem to overlap with the same axis title. Only happe...
Summary: [TM71016600] The axis labels seem to overlap with the same axis title. Only h...
Status: RESOLVED FIXED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: iOS (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 17:54 EDT by yeray alonso
Modified: 2016-10-19 18:58 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yeray alonso 2013-11-20 11:25:05 EST
The axis labels seem to overlap with the same axis title.
Only happens in iOS.
        private void InitializeChart()
        {
            tChart1.Aspect.View3D = false;
            FastLine fast1 = new FastLine(tChart1.Chart);
            for (int i = 0; i < 25; i++)
            {
                fast1.Add((double)i / 10000);
            }
            tChart1.Axes.Left.Labels.ValueFormat = "#0.####";
            tChart1.Axes.Left.Title.Text = "My Left Axis Title";
        }
A workaround, proposed by Pep:
_controller.chart.Axes.Left.Labels.CustomSize = 50; [created:2013-06-11T16:54:04.000+01:00 reported by:yeray@steema.com reported in version:Xamarin.iOS 4.13.03.04 (TeeChart for .NET)]
Comment 1 pep jorge 2016-10-19 18:58:23 EDT
Fixed.