IChartDateAxisSettings.Min

Fore Syntax

Min: DateTime;

Fore.NET Syntax

Min: System.DateTime;

Description

The Max property determines a minimum value on the dates axis.

Comments

The property is available and can be saved only for the X axis. The Min property is taken into account if the conditions are satisfied:

Fore and Fore.NET Examples

The property use is given in the example for IChartDateAxisSettings.Max.

See also:

IChartDateAxisSettings