Skip to main content

RangeSelectorScaleBuilder.AggregationInterval Method

Name Parameters Description
AggregationInterval(JS) value Specifies the length of aggregation intervals in scale units. Applies only to the scale of the continuous or logarithmic type. Mirrors the client-side aggregationInterval option.
AggregationInterval(VizTimeInterval) value Specifies the length of aggregation intervals in scale units. Applies only to the scale of the continuous or logarithmic type. Mirrors the client-side aggregationInterval option.
AggregationInterval(Action<RangeSelectorScaleAggregationIntervalBuilder>) configurator Specifies the length of aggregation intervals in scale units. Applies only to the scale of the continuous or logarithmic type. Mirrors the client-side aggregationInterval object.
AggregationInterval(Double) value Specifies the length of aggregation intervals in scale units. Applies only to the scale of the continuous or logarithmic type. Mirrors the client-side aggregationInterval option.