[]
Gets the annotation format string used with logarithmic formats.
public virtual string getAnnoFormatString(double av, double logbase)
Type | Name | Description |
---|---|---|
double | av | The number whose logarithm is to be found. |
double | logbase | The logarithmic base. |
Type | Description |
---|---|
string | The annotation format string. |
Gets the annotation format string used with manual formats.
public virtual string getAnnoFormatString(float av)
Type | Name | Description |
---|---|---|
float | av | An OLE Automation Date value. |
Type | Description |
---|---|
string | The annotation format string. |
Gets the annotation format string used with manual formats.
public virtual string getAnnoFormatString(double av)
Type | Name | Description |
---|---|---|
double | av | An OLE Automation Date value. |
Type | Description |
---|---|
string | The annotation format string. |