getAnnoFormatString(Double,Double) Method
Gets the annotation format string used with logarithmic formats.
'Declaration
Public Overloads Overridable Function getAnnoFormatString( _
ByVal As System.Double, _
ByVal As System.Double _
) As System.String
public virtual System.string getAnnoFormatString(
System.double ,
System.double
)
Parameters
- av
- The number whose logarithm is to be found.
- logbase
- The logarithmic base.
Return Value
The annotation format string.