AnyChart
API Reference
Still have questions?
Contact support
Top

[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).