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