Package travel.wink.sdk.extranet.model
Class ChartValueAxisLineSupplier
java.lang.Object
travel.wink.sdk.extranet.model.ChartValueAxisLineSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-12T17:00:54.890892627+07:00[Asia/Bangkok]")
public class ChartValueAxisLineSupplier
extends Object
The configuration of the axis lines. Also affects the major and minor ticks, but not the grid lines.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf set to true, the Chart displays the axis lines.inthashCode()voidsetVisible(Boolean visible) toString()
-
Field Details
-
JSON_PROPERTY_VISIBLE
- See Also:
-
-
Constructor Details
-
ChartValueAxisLineSupplier
public ChartValueAxisLineSupplier()
-
-
Method Details
-
visible
-
getVisible
If set to true, the Chart displays the axis lines. By default, the axis lines are visible.- Returns:
- visible
-
setVisible
-
equals
-
hashCode
-
toString
-