ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / AnnoTemplate Property


In This Topic
    AnnoTemplate Property
    In This Topic
    Gets or sets the template used to create the axis annotations.
    Syntax
    'Declaration
     
    
    Public Property AnnoTemplate As Object
    'Usage
     
    
    Dim instance As Axis
    Dim value As Object
     
    instance.AnnoTemplate = value
     
    value = instance.AnnoTemplate
    public object AnnoTemplate {get; set;}
    Remarks
    The template is used for generation of axis labels.
    See Also