CandlestickDataPointFluent extension
Generated fluent modifiers for CandlestickDataPoint.
Methods
-
clearCandlestickStyle(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.candlestickStyle tonull. -
clearCategoryValue(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.categoryValue tonull. -
clearColorValue(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.colorValue tonull. -
clearLabel(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.label tonull. -
clearMagnitude(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.magnitude tonull. -
clearMetadata(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.metadata tonull. -
clearOpacityValue(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.opacityValue tonull. -
clearPointKey(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.pointKey tonull. -
clearPointStyle(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.pointStyle tonull. -
clearSegmentStyle(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.segmentStyle tonull. -
clearTimestamp(
) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Clears CandlestickDataPoint.timestamp tonull. -
withCandlestickStyle(
CandlestickPointStyle value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.candlestickStyle withvalue. -
withCategoryValue(
String value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.categoryValue withvalue. -
withColorValue(
double value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.colorValue withvalue. -
withLabel(
String value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.label withvalue. -
withMagnitude(
double value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.magnitude withvalue. -
withMetadata(
Map< String, dynamic> value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.metadata withvalue. -
withOhlc(
{required double open, required double high, required double low, required double close}) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.open, CandlestickDataPoint.high, CandlestickDataPoint.low, and CandlestickDataPoint.close together. -
withOpacityValue(
double value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.opacityValue withvalue. -
withPointKey(
String value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.pointKey withvalue. -
withPointStyle(
PointStyle value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.pointStyle withvalue. -
withSegmentStyle(
SegmentStyle value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.segmentStyle withvalue. -
withTimestamp(
DateTime value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.timestamp withvalue. -
withX(
double value) → CandlestickDataPoint -
Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension
Replaces CandlestickDataPoint.x withvalue.