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 608

Summary: margin or distance between the axis labels and the axis or ticks
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: AxisAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: 140220   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=3&t=14699
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-02-27 07:14:56 EST
There's a Margin property, but it's to separate the label text and the label shape frame, so it only works when the shape is visible (LabelsFormat.Transparent:=false)

It would be nice to have a LabelsFormat.Distance property to set the distance or margin between the axis labels and the axis or the axis ticks.

A LabelsFormat.DistanceUnits may also be desirable to choose between % and pixels.

May be related with http://bugs.teechart.net/show_bug.cgi?id=528
Comment 1 yeray alonso 2014-02-27 07:49:12 EST
Alternatively to the Distance/DistanceUnits properties, we could have Padding (left, top, right and bottom) besides to the Margin