Specifies the start DateTime value. Namespace: MindFusion.Charting Syntax
Property ValueA value of type .NET DateTime structure. RemarksThe 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. See Also |