See Also

DataEngine Class  | DataEngine Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

FormatString Property

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;}

Remarks

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

Example

The following example shows the tick labels in xAxis as full month name.

[C#] 

de.FormatString ="MMMM";

[Visual Basic] 

de.FormatString ="MMMM"

See Also

DataEngine Class  | DataEngine Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.