HCDataTableOptions class
(Highcharts, Highstock, Highmaps, Gantt) Options for one or many chart-level data tables. The dataTable option, or its array members, can be either configuration objects or instances of the DataTable class. If a DataTable instance is passed, it will be used directly. If a configuration object
- Implemented types
Constructors
-
HCDataTableOptions({Map<
String, dynamic> ? columns, String? id}) -
const
Properties
-
columns
→ Map<
String, dynamic> ? -
(Highcharts, Highstock, Highmaps, Gantt) A collection of data table columns defined by a object where the key is the column ID and the value is an array of the column values. Typed arrays are supported.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
(Highcharts, Highstock, Highmaps, Gantt) Custom ID to identify the new DataTable instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited