Skip to main content

RangeSelectorBuilder.Value Method

Name Parameters Description
Value(JS) value The selected range (initial or current). Equals the entire scale when not set. Mirrors the client-side value option.
Value(Action<VisualRangeBuilder>) configurator The selected range (initial or current). Equals the entire scale when not set. Mirrors the client-side value object.
Value(IEnumerable<DateTime>) value The selected range (initial or current). Equals the entire scale when not set. Mirrors the client-side value option.
Value(IEnumerable<Double>) value The selected range (initial or current). Equals the entire scale when not set. Mirrors the client-side value option.
Value(IEnumerable<String>) value The selected range (initial or current). Equals the entire scale when not set. Mirrors the client-side value option.