HighchartsGanttSeriesDataOptions class

Data for a Gantt series.

API Docs: https://api.highcharts.com/gantt/series.gantt.data

Inheritance

Constructors

HighchartsGanttSeriesDataOptions.new({bool? collapsed, HighchartsGanttSeriesDataCompletedOptions? completed, List<HighchartsGanttSeriesDataDependencyOptions>? dependency, dynamic end, bool? milestone, String? name, String? parent, dynamic start, double? y})
Data for a Gantt series.

Properties

collapsed bool?
Whether the grid node belonging to this point should start as collapsed. Used in axes of type treegrid.
getter/setter pair
completed HighchartsGanttSeriesDataCompletedOptions?
Progress indicator, how much of the task completed. If it is a number, the fill will be applied automatically.
getter/setter pair
dependency List<HighchartsGanttSeriesDataDependencyOptions>?
The ID of the point (task) that this point depends on in Gantt charts. Aliases connect. Can also be an object, specifying further connecting options between the points. Multiple connections can be specified by providing an array.
getter/setter pair
end ↔ dynamic
The end time of a task. May be a timestamp or a date string.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
milestone bool?
Whether this point is a milestone. If so, only the start option is handled, while end is ignored.
getter/setter pair
name String?
The name of a task. If a treegrid y-axis is used (default in Gantt charts), this will be picked up automatically, and used to calculate the y-value.
getter/setter pair
parent String?
The ID of the parent point (task) of this point in Gantt charts.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start ↔ dynamic
The start time of a task. May be a timestamp or a date string.
getter/setter pair
y double?
The Y value of a task.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited