Package travel.wink.sdk.affiliate.model
Class ChartTooltip
java.lang.Object
travel.wink.sdk.affiliate.model.ChartTooltip
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-08T16:31:43.015348+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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe format of the labels.If set to `true`, the Chart displays the series tooltip.inthashCode()voidvoidsetVisible(Boolean visible) toString()
-
Field Details
-
JSON_PROPERTY_VISIBLE
- See Also:
-
JSON_PROPERTY_FORMAT
- See Also:
-
-
Constructor Details
-
ChartTooltip
public ChartTooltip()
-
-
Method Details
-
visible
-
getVisible
If set to `true`, the Chart displays the series tooltip. By default, the series tooltip is not displayed.- Returns:
- visible
-
setVisible
-
format
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-