IBubbleChartAxisLinear.TickLineThickness

Fore Syntax

TickLineThickness: Double;

Fore.NET Syntax

TickLineThickness: Double;

Description

The TickLineThickness property determines thickness of tick marks in the bubble chart axis.

Comments

The thickness value of tick marks is specified in device-independent units equal to 1/96 inch. When the resolution set in the operating system equals to 96 pixels per inch, this value corresponds to the value in pixels.

Example

The example of use is given in description of the IBubbleChart.AxisX property.

See also:

IBubbleChartAxisLinear