Gets or sets the format string used when element names are populated with values such as dates.
[Visual Basic]
Public Property FormatString As String
[C#]
public string FormatString {get; set;}
This property usually used with conjunction of date grouping. If it doesn't set, use an appropriate format for the date grouping. For format information see DateTimeFormatInfo or NumberFormatInfo
The following example shows the tick labels in xAxis as full month name.
[C#]
de.FormatString ="MMMM"; |
[Visual Basic]
de.FormatString ="MMMM" |
DataEngine Class | DataEngine Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.