AnyChart
API Reference
Still have questions?
Contact support
Top

class anychart.data.TableSelectable Improve this Doc

Table mapping proxy that supports selection

Methods Overview

Data
getIterator()Returns a new iterator for current selection.
search()Searches asked key with asked mode and return an object that allows values fetching.
select()Selects asked range.
selectAll()Selects the full range of the storage.

Methods Description

getIterator

Returns a new iterator for current selection.

Returns:

anychart.data.TableIterator - An instance of the class for method chaining.

select

Selects asked range.

Params:

NameTypeDescription
startDatenumber | string | DateStart date.
endDatenumber | string | DateEnd date.
intervalUnitanychart.enums.Interval | stringInterval unit.
intervalCountnumberInterval count.

Returns:

anychart.data.TableSelectable - Self instance for method chaining.

selectAll

Selects the full range of the storage.

Params:

NameTypeDescription
intervalUnitanychart.enums.Interval | stringInterval unit.
intervalCountnumberInterval count.

Returns:

anychart.data.TableSelectable - Self instance for method chaining.