dotnetCHARTING Send comments on this topic.
EndDate Property
See Also  Example
dotnetCHARTING Namespace > Series Class : EndDate Property


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

Syntax

Visual Basic (Declaration) 
Public Property EndDate As Date
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Date
 
instance.EndDate = value
 
value = instance.EndDate
C# 
public DateTime EndDate {get; set;}

Example

C#Copy Code
Chart.Series.StartDate = new DateTime(2004,12,10);
    
Visual BasicCopy Code
Chart.Series.StartDate = New DateTime(2004,12,10)

Remarks

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

See Also

© 2010 All Rights Reserved.