Skip to main content
A newer version of this page is available. .

LogarithmicBase Type

Lists values used to specify a logarithmic base.

Declaration

export type LogarithmicBase = 'Base2' | 'Base5' | 'Base10'

Members

Name Description
"Base2"

The logarithmic base is 2.

"Base5"

The logarithmic base is 5.

"Base10"

The logarithmic base is 10.

Remarks

Values from this type alias are used to set the ChartAxisY.logarithmicBase property.