StackedLineSeriesRenderer class
Creates series renderer for Stacked line series
- Inheritance
-
- Object
- ChartSeriesRenderer
- CartesianSeriesRenderer
- XyDataSeriesRenderer
- StackedLineSeriesRenderer
Constructors
- StackedLineSeriesRenderer()
- Calling the default constructor of StackedLineSeriesRenderer 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
- sideBySideInfo ↔ _VisibleRange?
-
It specifies the side by side information of the visible range.
getter/setter pairinherited
Methods
-
calculateEmptyPointValue(
int pointIndex, CartesianChartPoint currentPoint, [CartesianSeriesRenderer? seriesRenderer]) → void -
To calculate empty point value for the specific mode
inherited
-
calculateTooltipRegion(
SfCartesianChart chart, int seriesIndex, CartesianChartPoint point, int pointIndex) → void -
To find the region data of chart tooltip
inherited
-
createSegment(
) → StackedLineSegment - Creates a segment for a data point in the series.
-
customizeSegment(
ChartSegment segment) → void - Changes the series color, border color, and border width.
-
drawDataLabel(
int index, Canvas canvas, String dataLabel, double pointX, double pointY, int angle, TextStyle style) → void - Draws data label text of the appropriate data point in a series.
-
drawDataMarker(
int index, Canvas canvas, Paint fillPaint, Paint strokePaint, double pointX, double pointY, [CartesianSeriesRenderer? seriesRenderer]) → void - Draws marker with different shape and color of the appropriate data point in the series.
-
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