The starting date used with SqlStatement to query filtered data from a database.
[Visual Basic]
Public Property StartDate As Date
[C#]
public DateTime StartDate {get; set;}
This property affects the date listed in the title when
ShowDateInTitle is used, it is also used for the SqlStatement property
where the #StartDate#
token is replaced with the value set to this
property.
[C#]
Chart.Series.StartDate = new DateTime(2004,12,10); |
[Visual Basic]
Chart.Series.StartDate = New DateTime(2004,12,10) |
Series Class | Series Members | DataEngine Class | DataEngine Class | DataEngine Class | DataEngine Class
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.