IChartAxis.MinorLinePen

Fore Syntax

MinorLinePen: IGxPen;

Fore.NET Syntax

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

Description

The MinorLinePen property determines settings of gridline minor lines.

Comments

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

Fore and Fore.NET Examples

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

See also:

IChartAxis