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 - [TF02015088] There is a customer who thinks that PointFigure series should align a...
Summary: [TF02015088] There is a customer who thinks that PointFigure series should al...
Status: CONFIRMED
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 11:59 EDT by yeray alonso
Modified: 2013-11-20 11:25 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)]