CandlestickDataPointFluent extension

Generated fluent modifiers for CandlestickDataPoint.

on

Methods

clearCandlestickStyle() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.candlestickStyle to null.
clearCategoryValue() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.categoryValue to null.
clearColorValue() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.colorValue to null.
clearLabel() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.label to null.
clearMagnitude() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.magnitude to null.
clearMetadata() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.metadata to null.
clearOpacityValue() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.opacityValue to null.
clearPointKey() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.pointKey to null.
clearPointStyle() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.pointStyle to null.
clearSegmentStyle() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.segmentStyle to null.
clearTimestamp() CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Clears CandlestickDataPoint.timestamp to null.
withCandlestickStyle(CandlestickPointStyle value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.candlestickStyle with value.
withCategoryValue(String value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.categoryValue with value.
withColorValue(double value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.colorValue with value.
withLabel(String value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.label with value.
withMagnitude(double value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.magnitude with value.
withMetadata(Map<String, dynamic> value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.metadata with value.
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 with value.
withPointKey(String value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.pointKey with value.
withPointStyle(PointStyle value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.pointStyle with value.
withSegmentStyle(SegmentStyle value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.segmentStyle with value.
withTimestamp(DateTime value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.timestamp with value.
withX(double value) CandlestickDataPoint

Available on CandlestickDataPoint, provided by the CandlestickDataPointFluent extension

Replaces CandlestickDataPoint.x with value.