ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChartAnnotation Class / getAnnoFormatString Method / getAnnoFormatString(Single) Method
An OLE Automation Date value.

In This Topic
    getAnnoFormatString(Single) Method
    In This Topic
    Gets the annotation format string used with manual formats.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function getAnnoFormatString( _
       ByVal av As System.Single _
    ) As System.String
    public virtual System.string getAnnoFormatString( 
       System.float av
    )

    Parameters

    av
    An OLE Automation Date value.

    Return Value

    The annotation format string.
    See Also