Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Axis3D Class / AnnoFormat Property


In This Topic
    AnnoFormat Property (Axis3D)
    In This Topic
    Gets or sets the axis label format string.
    Syntax
    'Declaration
     
    
    Public Property AnnoFormat As String
    'Usage
     
    
    Dim instance As Axis3D
    Dim value As String
     
    instance.AnnoFormat = value
     
    value = instance.AnnoFormat
    public string AnnoFormat {get; set;}
    See Also