CartesianChartPoint<D> class

This class has the properties of CartesianChartPoint.

Chart point is a class that is used to store the current x and y values from the datasource. Contains x and y coordinates which are converted from the x and y values.

Constructors

CartesianChartPoint([D? x, D? y, String? dataLabelMapper, Color? pointColorMapper, num? bubbleSize, D? high, D? low, D? open, D? close, num? volume, D? sortValue, num? minimum, num? maximum, bool? isIntermediateSum, bool? isTotalSum, num maxYValue = 0, List<num>? outliers, double? upperQuartile, double? lowerQuartile, num? mean, num? median, num? originValue, num? endValue])
Creating an argument constructor of CartesianChartPoint class.

Properties

boxRectRegion Rect?
Store the region for box series rect.
getter/setter pair
bubbleSize num?
Size of the bubble.
getter/setter pair
centerClosePoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
centerHighPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
centerLowPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
centerMaximumPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
centerMeanPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
centerMedianPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
centerMinimumPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
centerOpenPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
close ↔ D?
Close value of the point
getter/setter pair
closePoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
controlPoint List<Offset>?
control points for spline series.
getter/setter pair
controlPointshigh List<Offset>?
control points for spline range area series.
getter/setter pair
controlPointslow List<Offset>?
control points for spline range area series.
getter/setter pair
cumulativeValue double?
store the cumulative value.
getter/setter pair
currentPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
dataLabelMapper String?
Map the datalabel value from data point.
getter/setter pair
dataLabelRegion Rect?
Stores the data label region
getter/setter pair
dataLabelRegion2 Rect?
Stores the second data label region
getter/setter pair
dataLabelRegion3 Rect?
Stores the third data label region
getter/setter pair
dataLabelRegion4 Rect?
Stores the forth data label region
getter/setter pair
dataLabelRegion5 Rect?
Stores the median data label region
getter/setter pair
dataLabelSaturationRegionInside bool
Data label region saturation.
getter/setter pair
endControl ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
endValue num?
The end value of each data point in the waterfall series.
getter/setter pair
endValueLeftPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
endValueRightPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
high ↔ D?
High value of the point.
getter/setter pair
highEndControl ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
highPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
highStartControl ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
index int?
Stores the data point index
getter/setter pair
isDrop bool
To set the drop value
getter/setter pair
isEmpty bool?
To set empty value
getter/setter pair
isGap bool
To set gap value
getter/setter pair
isIntermediateSum bool?
The intermediate sum value of the waterfall series.
getter/setter pair
isTooltipRenderEvent bool
To execute onTooltipRender event or not.
getter/setter pair
isTotalSum bool?
The total sum value of the waterfall series.
getter/setter pair
isVisible bool
Set the visibility of the series.
getter/setter pair
label String?
Stores the forth data label text
getter/setter pair
label2 String?
Stores the forth data label text
getter/setter pair
label3 String?
Stores the forth data label text
getter/setter pair
label4 String?
Stores the forth data label text
getter/setter pair
label5 String?
Stores the median data label text
getter/setter pair
labelFillRect RRect?
Stores the forth data label Rect
getter/setter pair
labelFillRect2 RRect?
Stores the forth data label Rect
getter/setter pair
labelFillRect3 RRect?
Stores the forth data label Rect
getter/setter pair
labelFillRect4 RRect?
Stores the forth data label Rect
getter/setter pair
labelFillRect5 RRect?
Stores the median data label Rect
getter/setter pair
labelLocation ↔ _ChartLocation?
Stores the data label location
getter/setter pair
labelLocation2 ↔ _ChartLocation?
Stores the second data label location
getter/setter pair
labelLocation3 ↔ _ChartLocation?
Stores the third data label location
getter/setter pair
labelLocation4 ↔ _ChartLocation?
Stores the forth data label location
getter/setter pair
labelLocation5 ↔ _ChartLocation?
Stores the median data label location
getter/setter pair
labelRenderEvent bool
To execute OnDataLabelRender event or not.
getter/setter pair
low ↔ D?
Low value of the point.
getter/setter pair
lowEndControl ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
lowerQuartile double?
Lower quartile values of box plot series.
getter/setter pair
lowerQuartilePoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
lowPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
lowStartControl ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
markerPoint ↔ _ChartLocation?
Marker point location.
getter/setter pair
markerPoint2 ↔ _ChartLocation?
second Marker point location.
getter/setter pair
maximum num?
Maximum value of box plot series.
getter/setter pair
maximumPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
maxYValue num
To find the maximum Y value in the waterfall series.
getter/setter pair
mean num?
Average value of the given data source in box plot series.
getter/setter pair
median num?
Median value of the given data source in box plot series.
getter/setter pair
medianPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
minimum num?
Minimum value of box plot series.
getter/setter pair
minimumPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
open ↔ D?
Open value of the point.
getter/setter pair
openPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
originValue num?
The Origin value of each data point in waterfall series.
getter/setter pair
originValueLeftPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
originValueRightPoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
outlierRegion List<Rect>?
Store the outliers region.
getter/setter pair
outlierRegionPosition List?
Store the outliers region.
getter/setter pair
outliers List<num>?
Outlier values of box plot series.
getter/setter pair
outliersDataLabelRegion List<Rect>
Stores the outliers data label region
getter/setter pair
outliersFillRect List<RRect>
Stores the outliers data label Rect
getter/setter pair
outliersLabel List<String>
Stores the outliers data label text
getter/setter pair
outliersLocation List<_ChartLocation>
Stores the outliers data label location
getter/setter pair
outliersPoint List<_ChartLocation>
Stores the outliers location.
getter/setter pair
overallDataPointIndex int?
Stores the data index
getter/setter pair
pointColorMapper Color?
Used to map the color value from data point.
getter/setter pair
region Rect?
Store the region.
getter/setter pair
regionData List<String>?
Store the region data of the data point.
getter/setter pair
regions List<Rect>?
Store the List of region.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortValue ↔ D?
Sort value of the point.
getter/setter pair
startControl ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
trackerRectRegion Rect?
Stores the tracker rect region
getter/setter pair
upperQuartile double?
Upper quartile values of box plot series.
getter/setter pair
upperQuartilePoint ↔ _ChartLocation?
Stores the chart location.
getter/setter pair
visiblePointIndex int?
Store the visible point index.
getter/setter pair
volume num?
Volume value of the point
getter/setter pair
x ↔ D?
X value of the point.
getter/setter pair
xValue ↔ D?
Stores the xValues of the point
getter/setter pair
y ↔ D?
Y value of the point
getter/setter pair
yValue ↔ D?
Stores the yValues of the Point
getter/setter pair

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