Gets or sets the format of the axis annotation.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string AnnoFormat { get; set; }
Visual Basic
Public Property AnnoFormat As String
	Get
	Set
XAML Attribute Usage
<object AnnoFormat="string" .../>

Remarks

The format conforms to the standard .NET formatting.

See Also