ChartPoint<D> class

It is the data type for the circular chart and it has the properties is used to assign at the value declaration of the circular chart.

It provides the options for color, stroke color, fill color, radius, angle to customize the circular chart.

Mixed in types
Implementers

Constructors

ChartPoint({D? x, num? y})
Creating an argument constructor of ChartPoint class.

Properties

color Color?
Color of the point.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
To get the visibility of chart point.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x ↔ D?
Raw x value of the point.
getter/setter pair
y num?
Y value of the point.
getter/setter pair

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](ChartDataPointType pointType) → dynamic
operator []=(ChartDataPointType pointType, dynamic value) → void