LogarithmicBase Type
In This Article
Lists values used to specify a logarithmic base.
#Declaration
TypeScript
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.