AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

[enum] anychart.enums.MapAsTableModeImprove this Doc

Modes enum for mapAsTable function.
ValueDescriptionExample
ohlcOpen-High-Low-Close values.
Means, that each series is represented by four columns per series + shared X.
rangeHigh-Low values.
Means, that each series is represented by two columns per series + shared X.
valueSingle values.
Means, that each series is represented by one column in the table + shared X column (own Y values).