![]() | 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: | AxisLabelStyle.PointValue not drawing all XValues | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | christopher ireland <chris> |
| Component: | Axes | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
| Attachments: | screenshot | ||
Created attachment 1036 [details] screenshot Code to reproduce: private void InitializeChart() { tChart1.Series.Add(typeof(Line)); tChart1[0].Add(100, 10); tChart1[0].Add(200, 50); tChart1[0].Add(300, 200); tChart1[0].Add(400, 150); tChart1.Axes.Bottom.Labels.Style = AxisLabelStyle.PointValue; } See screenshot for the result.