ASP.NET Pack Programmer's Guide
DataBoundSeries.DateTimeFormat Property
See Also
 





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

Namespace: MindFusion.Charting
Package: MindFusion.Charting

 Syntax

C#  Copy Code

public string DateTimeFormat { get; set; }

Visual Basic  Copy Code

Public Property DateTimeFormat As String

 Property Value

A string containing .NET DateTime format specifiers. The default value is null.

 See Also

DataBoundSeries Members
DataBoundSeries Class
MindFusion.Charting Namespace