HeatmapDataPointFluent extension
Generated fluent modifiers for HeatmapDataPoint.
Methods
-
clearBounds(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.bounds tonull. -
clearCategoryValue(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.categoryValue tonull. -
clearColorValue(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.colorValue tonull. -
clearLabel(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.label tonull. -
clearMagnitude(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.magnitude tonull. -
clearMetadata(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.metadata tonull. -
clearOpacityValue(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.opacityValue tonull. -
clearPointKey(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.pointKey tonull. -
clearPointStyle(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.pointStyle tonull. -
clearSegmentStyle(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.segmentStyle tonull. -
clearTimestamp(
) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Clears HeatmapDataPoint.timestamp tonull. -
withBounds(
HeatmapCellBounds value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.bounds withvalue. -
withCategoryValue(
String value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.categoryValue withvalue. -
withColorValue(
double value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.colorValue withvalue. -
withLabel(
String value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.label withvalue. -
withMagnitude(
double value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.magnitude withvalue. -
withMetadata(
Map< String, dynamic> value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.metadata withvalue. -
withOpacityValue(
double value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.opacityValue withvalue. -
withPointKey(
String value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.pointKey withvalue. -
withPointStyle(
PointStyle value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.pointStyle withvalue. -
withSegmentStyle(
SegmentStyle value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.segmentStyle withvalue. -
withTimestamp(
DateTime value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.timestamp withvalue. -
withValue(
double value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.value withvalue. -
withX(
double value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.x withvalue. -
withY(
double value) → HeatmapDataPoint -
Available on HeatmapDataPoint, provided by the HeatmapDataPointFluent extension
Replaces HeatmapDataPoint.y withvalue.