Package travel.wink.sdk.extranet.model
Class ChartValueAxisSupplier
java.lang.Object
travel.wink.sdk.extranet.model.ChartValueAxisSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:41:24.797077847+07:00[Asia/Bangkok]")
public class ChartValueAxisSupplier
extends Object
The configuration options of the value axis.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaxisCrossingValue(Integer axisCrossingValue) boolean- (Only for objects) The value at which the category axis crosses this axis.@Valid ChartValueAxisLabelsSupplierGet labels@Valid ChartValueAxisLineSuppliergetLine()Get lineThe interval between major divisions.inthashCode()labels(ChartValueAxisLabelsSupplier labels) voidsetAxisCrossingValue(Integer axisCrossingValue) voidvoidvoidsetMajorUnit(Float majorUnit) toString()
-
Field Details
-
JSON_PROPERTY_LABELS
- See Also:
-
JSON_PROPERTY_LINE
- See Also:
-
JSON_PROPERTY_AXIS_CROSSING_VALUE
- See Also:
-
JSON_PROPERTY_MAJOR_UNIT
- See Also:
-
-
Constructor Details
-
ChartValueAxisSupplier
public ChartValueAxisSupplier()
-
-
Method Details
-
labels
-
getLabels
-
setLabels
-
line
-
getLine
-
setLine
-
axisCrossingValue
-
getAxisCrossingValue
- (Only for objects) The value at which the category axis crosses this axis. - (Only for arrays) The value indices at which the category axes cross the value axis. - (Only for dates) The date at which the category axis crosses this axis.- Returns:
- axisCrossingValue
-
setAxisCrossingValue
-
majorUnit
-
getMajorUnit
The interval between major divisions. If `valueAxis.type` is set to `log`, the majorUnit value is used for the base of the logarithm.- Returns:
- majorUnit
-
setMajorUnit
-
equals
-
hashCode
-
toString
-