Specifies the start DateTime value.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public DateTime StartDateTime { get; set; } |
Visual Basic
![]() |
---|
Public Property StartDateTime As DateTime |
A value of type .NET DateTime structure.
The StartDateTime property specifies the smallest DateTime value at the axis. The biggest one is set with EndDateTime. The size of the intervals between them is set with TimeSpan.
Set the DataFormat property to DateTime. Use DateTimeFormat to set the particular DateTime format.
Default value for the StartDateTime property is DateTime.MinValue.