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 - margin or distance between the axis labels and the axis or ticks
Summary: margin or distance between the axis labels and the axis or ticks
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Axis (show other bugs)
Version: 140220
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 07:14 EST by yeray alonso
Modified: 2014-02-27 07:49 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 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