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