Min: DateTime;
Min: System.DateTime;
The Max property determines a minimum value on the dates axis.
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:
The IChartAxis.AxisType property must be set to ChartAxisType.DateAxis.
The IChartAxis.AutoMax property must bet set to False.
The property use is given in the example for IChartDateAxisSettings.Max.
See also: