![]() | 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: | Histogram series with null points does not paint as expected and set's the Transparency to 100 | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | Sunil Ramesh <sunil.ramesh> |
| Component: | Chart | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | chris |
| Priority: | --- | ||
| Version: | TeeChart for .Net 4.1.2016.05125 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
Hello, Histogram series with null points does not paint as expected and set's the Transparency to 100. example: Histogram series = new Histogram(tChart1.Chart); series.TreatNulls = TreatNullsStyle.Skip; series.FillSampleValues(30); series.SetNull(10); series.XValues[10] = 0; series.SetNull(11); series.XValues[11] = 0; series.SetNull(12); series.XValues[12] = 0;