Visual Basic (Declaration) | |
---|---|
Public Property StartDate As Date |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DateTime StartDate {get; set;} |
C# | Copy Code |
---|---|
Chart.Series.StartDate = new DateTime(2004,12,10); |
Visual Basic | Copy Code |
---|---|
Chart.Series.StartDate = New DateTime(2004,12,10) |
This property affects the date listed in the title when Chart.ShowDateInTitle is used, it is also used for the SqlStatement property where the #StartDate#
token is replaced with the value set to this property.