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 2389

Summary: Missing values in DataTable tool at Left axis
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: ToolsAssignee: yeray alonso <yeray>
Status: RESOLVED FIXED    
Severity: enhancement CC: yeray
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?p=77684
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2020-12-04 04:17:16 EST
The DataTable Tool calculates the number of items to be drawn considering the labels width. But this doesn't work well when using an Horiz series like THorizBarSies.

Simple example below:

var DataTable: TDataTableTool;

  Chart1.AddSeries(THorizBarSeries).FillSampleValues(20);

  DataTable:=TDataTableTool.Create(Self);
  DataTable.ParentChart:=Chart1;