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 365

Summary: [TF02015088] There is a customer who thinks that PointFigure series should align a...
Product: .NET TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2013-11-20 11:25:49 EST
There is a customer who thinks that PointFigure series should align all the points like in the picture attached.
The same happens in VCL (TV52015089).
        private void InitializeChart()
        {
            tChart1.Aspect.View3D = false;
            Steema.TeeChart.Styles.PointFigure series1 = new Steema.TeeChart.Styles.PointFigure(tChart1.Chart);
            series1.FillSampleValues(1000);
            series1.BoxSize = 20;
        }
http://www.teechart.net/support/viewtopic.php?f=4&t=11417 [created:2010-08-16T10:59:26.000+01:00 reported by:yeray@steema.com reported in version:Build 4.1.2010.08040 (TeeChart for .NET)]