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 TChartAxis.TicksInner property to determine the Pen used to draw them.
You can combine TChartAxis TChartAxis.Ticks, TChartAxis.MinorTicks and TChartAxis.TicksInner at same time.