ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3DBase Namespace / baseChartAnnotation Class / getAnnoFormatString Method / getAnnoFormatString(Double,Double) Method
The number whose logarithm is to be found.
The logarithmic base.

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

    Parameters

    av
    The number whose logarithm is to be found.
    logbase
    The logarithmic base.

    Return Value

    The annotation format string.
    See Also