[]
        
(Showing Draft Content)

C1.Win.C1Chart3DBase.baseChartAnnotation.getAnnoFormatString

getAnnoFormatString Method

getAnnoFormatString(double, double)

Gets the annotation format string used with logarithmic formats.

Declaration
public virtual string getAnnoFormatString(double av, double logbase)
Public Overridable Function getAnnoFormatString(av As Double, logbase As Double) As String
Parameters
Type Name Description
double av

The number whose logarithm is to be found.

double logbase

The logarithmic base.

Returns
Type Description
string

The annotation format string.

getAnnoFormatString(float)

Gets the annotation format string used with manual formats.

Declaration
public virtual string getAnnoFormatString(float av)
Public Overridable Function getAnnoFormatString(av As Single) As String
Parameters
Type Name Description
float av

An OLE Automation Date value.

Returns
Type Description
string

The annotation format string.

getAnnoFormatString(double)

Gets the annotation format string used with manual formats.

Declaration
public virtual string getAnnoFormatString(double av)
Public Overridable Function getAnnoFormatString(av As Double) As String
Parameters
Type Name Description
double av

An OLE Automation Date value.

Returns
Type Description
string

The annotation format string.