AreaChartSeries class
Represents a series of data points and their appearance in the area chart.
Constructors
-
AreaChartSeries.new({required String name, required List<
AreaChartData> dataPoints, Color? color, Color? gradientColor, double? lineWidth, bool? showPoints, double? pointSize, TooltipConfig? tooltipConfig}) -
Creates an instance of
AreaChartSeries
.const -
AreaChartSeries.fromPlotlyTrace(Map<
String, dynamic> trace) -
Creates an
AreaChartSeries
from a Plotly trace object.factory
Properties
- color → Color?
-
final
-
dataPoints
→ List<
AreaChartData> -
final
- gradientColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineWidth → double?
-
final
- name → String
-
final
- pointSize → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showPoints → bool?
-
final
- tooltipConfig → TooltipConfig?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited