Search
DateTimeSeries.DateTimeFormat Property
See Also
 






Gets or sets a value indicating how to format DateTime values as labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public DateTimeFormat DateTimeFormat { get; set; }

Visual Basic  Copy Code

Public Property DateTimeFormat As DateTimeFormat

 Property Value

A member of the DateTimeFormat enumeration.

 See Also