Skip to content

DashboardRangeMapOptionsBuilder🔗

Constructor🔗

new DashboardRangeMapOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public DashboardRangeMapOptions build()

from🔗

Min value of the range. It can be null which means -Infinity

public DashboardRangeMapOptionsBuilder from(Double from)

result🔗

Config to apply when the value is within the range

public DashboardRangeMapOptionsBuilder result(ValueMappingResult result)

to🔗

Max value of the range. It can be null which means +Infinity

public DashboardRangeMapOptionsBuilder to(Double to)

See also🔗