IChartAxis.TicksBetweenCategories

Fore Syntax

TicksBetweenCategories: Boolean;

Fore.NET Syntax

TicksBetweenCategories: Boolean;

Description

The TicksBetweenCategories property determines tick line position with respect to categories.

Comments

This property is relevant only for category axis (X axis).

The default property value is False, and tick lines are displayed in category centers. When the property value is set to true, tick lines are displayed between categories.

Given below are examples of tick lines positioned in categories center (left) and between categories (right):

  

See also:

IChartAxis