Gets or sets a value which indicates whether specified dates are shown in the title.
[Visual Basic]
Public Property ShowDateInTitle As Boolean
[C#]
public bool ShowDateInTitle {get; set;}
Applicable when Chart.DefaultSeries.Start/EndDate or Chart.Series.Start/EndDate are set.
[C#]
Chart.ShowDateInTitle = true; |
[Visual Basic]
Chart.ShowDateInTitle = true |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.