AxisType

enum AxisType : Enum<CustomChart.AxisType>

The type of the Y axis

Entries

Link copied to clipboard
LOGARITHMIC("logarithmic")

The logarithmic axis scale

Link copied to clipboard
LINEAR("linear")

The default standard scale

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int