2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChartAnnotation Class / getAnnoFormatString Method / getAnnoFormatString(Double) Method
An OLE Automation Date value.

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

    Parameters

    av
    An OLE Automation Date value.

    Return Value

    The annotation format string.
    See Also