CartesianSeriesRenderer class abstract

Creates a series renderer for cartesian series

Inheritance
Implementers

Constructors

CartesianSeriesRenderer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sideBySideInfo ↔ _VisibleRange?
It specifies the side by side information of the visible range.
getter/setter pair

Methods

calculateEmptyPointValue(int pointIndex, CartesianChartPoint currentPoint, [CartesianSeriesRenderer seriesRenderer]) → void
To calculate the value of empty points
createSegment() ChartSegment
To create segment for series
customizeSegment(ChartSegment segment) → void
To customize each segments
drawDataLabel(int index, Canvas canvas, String dataLabel, double pointX, double pointY, int angle, TextStyle style) → void
To customize each data labels
drawDataMarker(int index, Canvas canvas, Paint fillPaint, Paint strokePaint, double pointX, double pointY, [CartesianSeriesRenderer seriesRenderer]) → void
To customize each data markers
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