Gets or sets the format of the axis annotation.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public string AnnoFormat { get; set; }
Visual Basic
Public Property AnnoFormat As String
	Get
	Set

Remarks

The format conforms to the standard .NET formatting.

See Also