Gets or sets the format of date labels.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public string DateFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DateFormat As String |
A string specifying the format used when drawing Date labels. The default value is "MMM dd".
See Also