ErrorBarSeriesRenderer class

Creates series renderer for error bar series.

Inheritance

Constructors

ErrorBarSeriesRenderer()
Calling the default constructor of ErrorBarSeriesRenderer class.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateEmptyPointValue(int pointIndex, CartesianChartPoint currentPoint, [CartesianSeriesRenderer? seriesRenderer]) → void
To calculate empty point value for the specific mode.
inherited
createSegment() ChartSegment
Creates a segment for a data point in the series.
override
customizeSegment(ChartSegment segment) → void
Changes the series color.
override
dispose() → void
To dispose the CartesianSeriesRenderer class objects.
inherited
drawDataLabel(int index, Canvas canvas, String dataLabel, double pointX, double pointY, int angle, TextStyle style) → void
Data label is not applicable for error bar series.
override
drawDataMarker(int index, Canvas canvas, Paint fillPaint, Paint strokePaint, double pointX, double pointY, [CartesianSeriesRenderer? seriesRenderer]) → void
Data marker is not applicable for error bar series.
override
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