Class ChartTooltip

java.lang.Object
travel.wink.sdk.extranet.model.ChartTooltip

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-28T12:57:25.040272+07:00[Asia/Bangkok]") public class ChartTooltip extends Object
The configuration options of the Chart series tooltips. The tooltip of the Chart series is displayed when the `tooltip.visible` option is set to `true`.
  • Field Details

  • Constructor Details

    • ChartTooltip

      public ChartTooltip()
  • Method Details

    • visible

      public ChartTooltip visible(Boolean visible)
    • getVisible

      @Nullable public Boolean getVisible()
      If set to `true`, the Chart displays the series tooltip. By default, the series tooltip is not displayed.
      Returns:
      visible
    • setVisible

      public void setVisible(Boolean visible)
    • format

      public ChartTooltip format(String format)
    • getFormat

      @Nullable public String getFormat()
      The format of the labels. Uses the format method of IntlService. The available format placeholders are: - Area, Bar, Column, Funnel, Line, and Pie {0} - value - Bubble {0} - x value{1} - y value{2} - size value{3} - category name - Scatter and scatterLine {0} - x value{1} - y value - Candlestick and OHLC {0} - open value{1} - high value{2} - low value{3} - close value{4} - category name
      Returns:
      format
    • setFormat

      public void setFormat(String format)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object