Skip to content

Dashboardv2RangeMapOptionsBuilder🔗

Constructor🔗

new Dashboardv2RangeMapOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public Dashboardv2RangeMapOptions build()

from🔗

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

public Dashboardv2RangeMapOptionsBuilder from(Double from)

result🔗

Config to apply when the value is within the range

public Dashboardv2RangeMapOptionsBuilder result(com.grafana.foundation.cog.Builder<ValueMappingResult> result)

to🔗

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

public Dashboardv2RangeMapOptionsBuilder to(Double to)

See also🔗