Package travel.wink.sdk.analytics.model
Class ChartValueAxisLineConsumer
java.lang.Object
travel.wink.sdk.analytics.model.ChartValueAxisLineConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-07-24T11:28:36.455821383+07:00[Asia/Bangkok]")
public class ChartValueAxisLineConsumer
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
-
ChartValueAxisLineConsumer
public ChartValueAxisLineConsumer()
-
-
Method Details