Skip to main content
API

RangeSelectorScaleBuilder.MaxRange Method

Name Parameters Description
MaxRange(JS) value Specifies the maximum range that can be selected. Mirrors the client-side maxRange option.
MaxRange(VizTimeInterval) value Specifies the maximum range that can be selected. Mirrors the client-side maxRange option.
MaxRange(Action<RangeSelectorScaleMaxRangeBuilder>) configurator Specifies the maximum range that can be selected. Mirrors the client-side maxRange object.
MaxRange(Double) value Specifies the maximum range that can be selected. Mirrors the client-side maxRange option.