IAxis.TickInnerLength
IAxis
property TickInnerLength: Integer;
Type Library
TeeChartx
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 TickInner property to determine the Pen used to draw them.
You can combine Axis.Ticks, Axis.MinorTicks and Axis.TicksInner at same time.