HighchartsGanttSeriesOptions class
A gantt
series.
Configuration options for the series are given in three levels:
- Options for all series in a chart are defined in the plotOptions.series object.
- Options for all
gantt
series are defined in plotOptions.gantt. - Options for one single series are given in the series instance array.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsGanttSeriesOptions
Constructors
- HighchartsGanttSeriesOptions.new({double? borderRadius, bool? colorByPoint, HighchartsGanttSeriesConnectorsOptions? connectors, HighchartsGanttSeriesDataLabelsOptions? dataLabels, HighchartsGanttSeriesDragDropOptions? dragDrop, dynamic events, bool? grouping, String? id, double? index, double? legendIndex, HighchartsGanttSeriesPartialFillOptions? partialFill, double? pointRange, HighchartsGanttSeriesTooltipOptions? tooltip})
-
A
gantt
series.
Properties
- borderRadius ↔ double?
-
Highcharts Options Widget.
getter/setter pair
- colorByPoint ↔ bool?
-
In an X-range series, this option makes all points of the same Y-axis
category the same color.
getter/setter pair
- connectors ↔ HighchartsGanttSeriesConnectorsOptions?
-
Highcharts Options Widget.
getter/setter pair
- dataLabels ↔ HighchartsGanttSeriesDataLabelsOptions?
-
Highcharts Options Widget.
getter/setter pair
- dragDrop ↔ HighchartsGanttSeriesDragDropOptions?
-
Highcharts Options Widget.
getter/setter pair
- events ↔ dynamic
-
Highcharts Options Widget.
getter/setter pair
- grouping ↔ bool?
-
Highcharts Options Widget.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An id for the series. This can be used after render time to get a pointer
to the series object through
chart.get()
.getter/setter pair - index ↔ double?
-
The index of the series in the chart, affecting the internal index in the
chart.series
array, the visible Z index as well as the order in the legend.getter/setter pair - legendIndex ↔ double?
-
The sequential index of the series in the legend.
getter/setter pair
- partialFill ↔ HighchartsGanttSeriesPartialFillOptions?
-
A partial fill for each point, typically used to visualize how much
of a task is performed. See completed.
getter/setter pair
- pointRange ↔ double?
-
Highcharts Options Widget.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tooltip ↔ HighchartsGanttSeriesTooltipOptions?
-
Highcharts Options Widget.
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