TChartAxis.TicksInner

TChartAxis.TicksInner
TChartAxis

property TicksInner: TTicks;

Unit
TeEngine

Description
The TicksInner property determines the kind of Pen used to draw Axis marks along the Axis line.
This is the same Ticks property does but lines are drawn inside Chart boundaries instead.

TicksInner position is calculated based on Axis.Increment, Axis.LabelsSeparation and Axis.LabelStyle properties.

There are three kind of ticks available: Ticks, MinorTicks and TicksInner.

You can show or hide any of them of have all of them Visible.

The TickInnerLength property defines the length of Axis TicksInner in logical pixels.