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 1705

Summary: Appears an Exception in the Pyramid Series when the Veritical Axis is inverted.
Product: .NET TeeChart Reporter: sandra pazos <sandra>
Component: WPFAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: chris
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2016-11-30 11:30:54 EST
Appears an Exception in the Pyramid Series when the Veritical Axis is inverted. 
The problem occurs only in WFP. The problem is produced in DrawValues method. The code below shows the problem:

        private void InitializeChart()
        {
    tChart1.Series.Add(new Pyramid());
           tChart1.Series[0].FillSampleValues(15);
           tChart1.Axes.Left.Visible = true;
           tChart1.Axes.Left.Inverted = true;
        }