.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : ShowDateInTitle Property
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
'Declaration
 
Public Property ShowDateInTitle As Boolean
'Usage
 
Dim instance As Chart
Dim value As Boolean
 
instance.ShowDateInTitle = value
 
value = instance.ShowDateInTitle
public bool ShowDateInTitle {get; set;}
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