HighchartsGanttSeriesDataCompletedOptions class
Progress indicator, how much of the task completed. If it is a number, the
fill
will be applied automatically.
API Docs: https://api.highcharts.com/gantt/series.gantt.data.completed
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsGanttSeriesDataCompletedOptions
Constructors
-
HighchartsGanttSeriesDataCompletedOptions.new({double? amount, Map<
String, dynamic> ? fill}) -
Progress indicator, how much of the task completed. If it is a number, the
fill
will be applied automatically.
Properties
- amount ↔ double?
-
The amount of the progress indicator, ranging from 0 (not started) to 1
(finished).
getter/setter pair
-
fill
↔ Map<
String, dynamic> ? -
The fill of the progress indicator. Defaults to a darkened variety of the
main color.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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(
) → 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