IChartDateAxisSettings.CrossAxisPositionValue

Syntax

CrossAxisPositionValue: DateTime;

Description

The CrossAxisPositionValue property determines the point of intersection with the Y axis.

Comments

The point of intersection with the Y axis must be in the range of minimum and maximum values of the dates axis. To set maximum and minimum values, use the IChartDateAxisSettings.Max and IChartDateAxisSettings.Min properties.

Example

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

See also:

IChartDateAxisSettings