[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.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)
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)
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)
Parameters
Type Name Description
double av

An OLE Automation Date value.

Returns
Type Description
string

The annotation format string.