Gets or sets the format of the values in the series if they are of type DateTime.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public string DateTimeFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DateTimeFormat As String |
A string containing .NET DateTime format specifiers. The default value is null.
See Also