BasicChartSeries class

A single series of data in a chart.

For example, if charting stock prices over time, multiple series may exist, one for the "Open Price", "High Price", "Low Price" and "Close Price".

Constructors

BasicChartSeries({Color? color, ColorStyle? colorStyle, DataLabel? dataLabel, LineStyle? lineStyle, PointStyle? pointStyle, ChartData? series, List<BasicSeriesDataPointStyleOverride>? styleOverrides, String? targetAxis, String? type})
BasicChartSeries.fromJson(Map json_)

Properties

color ↔ Color?
The color for elements (such as bars, lines, and points) associated with this series.
getter/setter pair
colorStyle ↔ ColorStyle?
The color for elements (such as bars, lines, and points) associated with this series.
getter/setter pair
dataLabel ↔ DataLabel?
Information about the data labels for this series.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
lineStyle ↔ LineStyle?
The line style of this series.
getter/setter pair
pointStyle ↔ PointStyle?
The style for points associated with this series.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
series ↔ ChartData?
The data being visualized in this chart series.
getter/setter pair
styleOverrides ↔ List<BasicSeriesDataPointStyleOverride>?
Style override settings for series data points.
getter/setter pair
targetAxis ↔ String?
The minor axis that will specify the range of values for this series.
getter/setter pair
type ↔ String?
The type of this series.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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