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.

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 returns 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.IntervalInterval unit.
intervalCountnumberInterval count.

Returns:

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

selectAll

Selects the full range of the storage.

Params:

NameTypeDescription
intervalUnitanychart.enums.IntervalInterval unit.
intervalCountnumberInterval count.

Returns:

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