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


In This Topic
    AnnoFormat Property
    In This Topic
    Gets or sets the format of the axis annotation.
    Syntax
    'Declaration
     
    
    Public Property AnnoFormat As String
    'Usage
     
    
    Dim instance As Axis
    Dim value As String
     
    instance.AnnoFormat = value
     
    value = instance.AnnoFormat
    public string AnnoFormat {get; set;}
    Remarks
    The format conforms to the standard .NET formatting.
    See Also