Format

enum Format : Enum<CustomChart.Format>

The format of the Y axis values.

Entries

Link copied to clipboard
SIZE("size")

Data should be in bytes

Link copied to clipboard
PERCENT_BY_1("percentby1")

The format will show data between 0 and 1 as percents (from 0 to 100)

Link copied to clipboard
PERCENT("percent")

Data should be in percents (from 0 to 100)

Link copied to clipboard
DURATION("duration")

Data should be in milliseconds

Link copied to clipboard
INTEGER("integer")

Only integer values

Link copied to clipboard
TEXT("text")

Value is treated as float

Properties

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