CandlestickChartSpotTooltip
        Inherits: ChartDataPointTooltip
Tooltip configuration for the CandlestickChartSpot.
Properties
- 
          bottom_margin(Number) –Space between the tooltip bubble and the candlestick. 
Methods
- 
            copy–Returns a copy of this object with the specified properties overridden. 
Properties#
class-attribute
      instance-attribute
  
#
bottom_margin: Number = 8
Space between the tooltip bubble and the candlestick.
Methods#
copy(
    *,
    text: str | None = None,
    text_style: TextStyle | None = None,
    text_align: TextAlign | None = None,
    text_spans: list[TextSpan] | None = None,
    rtl: bool | None = None,
    bottom_margin: Number | None = None,
) -> CandlestickChartSpotTooltip
Returns a copy of this object with the specified properties overridden.