IChartAxis.MinorTickPen

Fore Syntax

MinorTickPen: IGxPen;

Fore.NET Syntax

MinorTickPen: Prognoz.Platform.Interop.Drawing.GxPen;

Description

The MinorTickPen property determines settings of grid minor tick marks.

Comments

To determine settings of gridline minor tick marks, use the IChartAxis.MinorLinePen property.

Fore and Fore.NET Examples

The property use is given in the example for IChartAxis.DisplayMinorGrid.

See also:

IChartAxis