TChartAxis.TickInnerLength

TChartAxis.TickInnerLength
TChartAxis

property TickInnerLength: Integer;

Unit
TeEngine

Description
Default Value: 0

The TickInnerLength property defines the length in pixels of Axis ticks drawn inside Chart boundaries.

Inner ticks are hidden by default. Set it to a value greater than zero to show the inner Axis Ticks.

Use the
TicksInner property to determine the Pen used to draw them.

You can combine TChartAxis
Ticks, MinorTicks and TicksInner at same time.