IChartDateAxisSettings.BaseUnit

Fore Syntax

BaseUnit: ChartDateAxisUnit;

Fore.NET Syntax

BaseUnit: Prognoz.Platform.Interop.Chart.ChartDateAxisUnit;

Description

The BaseUnit property determines measurement units used for the dates axis.

Comments

Only days, months and years are used as measurement units.

Fore and Fore.NET Examples

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

See also:

IChartDateAxisSettings