RangeMap🔗Maps numerical ranges to a display text and color.For example, if a value is within a certain range, you can configure a range value mapping to display Low or High rather than the number.Definition🔗public class RangeMap { public MappingType type; public DashboardRangeMapOptions options; }