WholeRange(JS)
|
value
|
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property. Mirrors the client-side wholeRange option.
|
WholeRange(Action<VisualRangeBuilder>)
|
configurator
|
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property. Mirrors the client-side wholeRange object.
|
WholeRange(IEnumerable<DateTime>)
|
value
|
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property. Mirrors the client-side wholeRange option.
|
WholeRange(IEnumerable<Double>)
|
value
|
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property. Mirrors the client-side wholeRange option.
|
WholeRange(IEnumerable<String>)
|
value
|
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property. Mirrors the client-side wholeRange option.
|