![]() | 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: | an error with WaterFallSeries | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | Shinobu Nagai <nagai> |
| Component: | Series | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | chris, sandra |
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
| Attachments: | Error with HideCells | ||
|
Description
Shinobu Nagai
2016-04-14 01:15:28 EDT
Created attachment 590 [details]
Error with HideCells
Also, the code occurs in run time when you set True the HideCells. The exception is produced in DrawAllSorted() Surface Series method. The code below reproduces the problem:
private void InitializeChart()
{
tChart1.Aspect.View3D = true;
waterfall1.FillSampleValues();
waterfall1.HideCells = true;
}
|