PointInfo<D> class
Null safety
This is similar to the point of the Cartesian chart.
Constructors
Properties
- borderColor ↔ Color
-
Stores the border color of point info.
read / write
- borderWidth ↔ num
-
Stores the border width value.
read / write
- color ↔ Color
-
Stores the point info color.
read / write
- dataLabelPosition ↔ Position?
-
Stores the value of label position.
read / write
- dataLabelSize ↔ Size
-
Stores the value data label size.
read / write
- explodeDistance ↔ num?
-
Stores the value of explode Distance.
read / write
- fill ↔ Color
-
Fill color of point info.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- heightRatio ↔ num
-
Stores the value of height ratio.
read / write
- isEmpty ↔ bool
-
To set the property of empty.
read / write
- isExplode ↔ bool
-
To set the property of explode.
read / write
- isSelected ↔ bool
-
To set the property of selection.
read / write
- isShadow ↔ bool
-
To set the property of shadow.
read / write
- isTooltipRenderEvent ↔ bool
-
To execute onTooltipRender event or not.
read / write
- isVisible ↔ bool
-
To set the property of visible.
read / write
- labelRect ↔ Rect?
-
Stores the value of label rect.
read / write
- labelRenderEvent ↔ bool
-
To execute OnDataLabelRender event or not.
read / write
-
pathRegion
↔ List<
Offset> -
Stores the list value of path region.
read / write
- region ↔ Rect?
-
Stores the value of region.
read / write
- renderPosition ↔ ChartDataLabelPosition?
-
Stores the value of chart data label position.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- saturationRegionOutside ↔ bool
-
To set the saturation region.
read / write
- sortValue ↔ D?
-
Stores the sort value.
read / write
- symbolLocation ↔ Offset
-
Stores the offset value of symbol location.
read / write
- text ↔ String?
-
Text value of point info
read / write
- x ↔ dynamic
-
X value of point info
read / write
- y ↔ num?
-
Y value of point info
read / write
- yRatio ↔ num
-
Stores the value of Y ratio.
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