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?
-
Stores the region of 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?
-
Stores the cumulative value.
read / write
- currentPoint ↔ ChartLocation?
-
Stores the chart location.
read / write
- dataLabelMapper ↔ String?
-
Maps the data label value from data points.
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
- errorBarValues ↔ ErrorBarValues?
-
Stores the error values in all directions
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
- horizontalNegativeErrorPoint ↔ ChartLocation?
-
Stores the chart location.
read / write
- horizontalPositiveErrorPoint ↔ 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
-
Sets the visibility of the series.
read / write
- label ↔ String?
-
Stores the y-value/high value data label text.
read / write
- label2 ↔ String?
-
Stores the data label text of low value.
read / write
- label3 ↔ String?
-
Stores the data label text of close value.
read / write
- label4 ↔ String?
-
Stores the data label text of open value.
read / write
- label5 ↔ String?
-
Stores the median data label text.
read / write
- labelFillRect ↔ RRect?
-
Stores the yValue/high value data label Rect.
read / write
- labelFillRect2 ↔ RRect?
-
Stores the data label text of low value Rect.
read / write
- labelFillRect3 ↔ RRect?
-
Stores the data label text of close value Rect.
read / write
- labelFillRect4 ↔ RRect?
-
Stores the data label text of open value 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 fourth 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 value 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 points.
read / write
- region ↔ Rect?
-
Stores the region rect.
read / write
-
regionData
↔ List<
String> ? -
Stores the region data of the data point.
read / write
-
regions
↔ List<
Rect> ? -
Stores the list of regions.
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 value of box plot series.
read / write
- upperQuartilePoint ↔ ChartLocation?
-
Stores the chart location.
read / write
- verticalNegativeErrorPoint ↔ ChartLocation?
-
Stores the chart location.
read / write
- verticalPositiveErrorPoint ↔ ChartLocation?
-
Stores the chart location.
read / write
- visiblePointIndex ↔ int?
-
Stores 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