See Also

Series Class  | Series Members  | DataEngine Class  | DataEngine Class  | DataEngine Class  | DataEngine Class  | DataEngine Class

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

EndDate Property

The ending date used with SqlStatement to query filtered data from a database.

[Visual Basic]
Public Property EndDate As Date
[C#]
public DateTime EndDate {get; set;}

Remarks

This property affects the date listed in the title when ShowDateInTitle is used, it is also used for the SqlStatement property where the #EndDate# token is replaced with the value set to this property.

Example

[C#] 

Chart.Series.StartDate = new DateTime(2004,12,10);

[Visual Basic] 

Chart.Series.StartDate = New DateTime(2004,12,10)

See Also

Series Class  | Series Members  | DataEngine Class  | DataEngine Class  | DataEngine Class  | DataEngine Class  | DataEngine Class

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.