Gets or sets the template used to create the axis annotations.

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

Syntax

C#
public Object AnnoTemplate { get; set; }
Visual Basic
Public Property AnnoTemplate As Object
	Get
	Set

Remarks

The template is used for generation of axis labels.

See Also