Skip to main content

PolarChartValueAxisBuilder.WholeRange Method

Name Parameters Description
WholeRange(JS) value Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange option.
WholeRange(Action<VisualRangeBuilder>) configurator Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange object.
WholeRange(IEnumerable<DateTime>) value Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange option.
WholeRange(IEnumerable<Double>) value Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange option.
WholeRange(IEnumerable<String>) value Defines the range where the axis can be zoomed. Mirrors the client-side wholeRange option.