![]() | 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: | Series.Cursor property changing erroneously over null points | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | christopher ireland <chris> |
| Component: | Series | 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() { Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line(tChart1.Chart); line.Add(0); line.Add(1); line.Add(2); line.Add(3); line.Add(4); line.SetNull(2); line.Cursor = System.Windows.Forms.Cursors.Cross; } move the mouse over the null points and observe how the Cursor erroneously changes.