ShowDateInTitle Property
Gets or sets a value which indicates whether specified dates are shown in the title. The formatting of the shown dates can be controlled with Chart.DefaultCultureName.
Syntax
Remarks
Applicable when Chart.DefaultSeries.Start/EndDate or Chart.Series.Start/EndDate areset.
Example
Chart.ShowDateInTitle = true;
Chart.ShowDateInTitle = true
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also