Package travel.wink.sdk.extranet.model
Class LineChartSupplier
java.lang.Object
travel.wink.sdk.extranet.model.LineChartSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:41:24.797077847+07:00[Asia/Bangkok]")
public class LineChartSupplier
extends Object
Interesting property-level chart data overview
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeriesSupplier seriesItem) categoryAxis(ChartCategoryAxisSupplier categoryAxis) boolean@Valid ChartCategoryAxisSupplierGet categoryAxis@Valid UUIDUnique line chart identifier@Valid ChartLegendSupplierGet legendSets the preferred rendering engine.@Valid List<ChartSeriesSupplier> The configuration of the chart series.@Valid ChartSeriesDefaultsSupplierGet seriesDefaults@Valid ChartTitleSuppliergetTitle()Get title@Valid ChartTooltipSupplierGet tooltipIf set to `true`, the Chart plays animations when it displays the series.@Valid ChartValueAxisSupplierGet valueAxisinthashCode()identifier(UUID identifier) legend(ChartLegendSupplier legend) series(List<ChartSeriesSupplier> series) seriesDefaults(ChartSeriesDefaultsSupplier seriesDefaults) voidsetCategoryAxis(ChartCategoryAxisSupplier categoryAxis) voidsetIdentifier(UUID identifier) voidsetLegend(ChartLegendSupplier legend) voidsetRenderAs(String renderAs) voidsetSeries(List<ChartSeriesSupplier> series) voidsetSeriesDefaults(ChartSeriesDefaultsSupplier seriesDefaults) voidsetTitle(ChartTitleSupplier title) voidsetTooltip(ChartTooltipSupplier tooltip) voidsetTransitions(Boolean transitions) voidsetValueAxis(ChartValueAxisSupplier valueAxis) title(ChartTitleSupplier title) tooltip(ChartTooltipSupplier tooltip) toString()transitions(Boolean transitions) valueAxis(ChartValueAxisSupplier valueAxis)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_LEGEND
- See Also:
-
JSON_PROPERTY_SERIES_DEFAULTS
- See Also:
-
JSON_PROPERTY_SERIES
- See Also:
-
JSON_PROPERTY_VALUE_AXIS
- See Also:
-
JSON_PROPERTY_CATEGORY_AXIS
- See Also:
-
JSON_PROPERTY_TOOLTIP
- See Also:
-
JSON_PROPERTY_RENDER_AS
- See Also:
-
JSON_PROPERTY_TRANSITIONS
- See Also:
-
-
Constructor Details
-
LineChartSupplier
public LineChartSupplier()
-
-
Method Details
-
identifier
-
getIdentifier
Unique line chart identifier- Returns:
- identifier
-
setIdentifier
-
title
-
getTitle
-
setTitle
-
legend
-
getLegend
-
setLegend
-
seriesDefaults
-
getSeriesDefaults
Get seriesDefaults- Returns:
- seriesDefaults
-
setSeriesDefaults
-
series
-
addSeriesItem
-
getSeries
The configuration of the chart series. The series type is determined by the value of the type field. If a type value is missing, the chart renders the type that is specified in `seriesDefaults`. Some options accept functions as arguments. These arguments are evaluated for each point which is supplied as a parameter. If no value is returned, the chart uses the `theme` or `seriesDefaults` values.- Returns:
- series
-
setSeries
-
valueAxis
-
getValueAxis
Get valueAxis- Returns:
- valueAxis
-
setValueAxis
-
categoryAxis
-
getCategoryAxis
Get categoryAxis- Returns:
- categoryAxis
-
setCategoryAxis
-
tooltip
-
getTooltip
-
setTooltip
-
renderAs
-
getRenderAs
Sets the preferred rendering engine. If not supported by the browser, the Chart switches to the first available mode. The supported values are: - svg (If available, renders the component as an inline .svg file.)- canvas (If available, renders the component as a canvas element.)- Returns:
- renderAs
-
setRenderAs
-
transitions
-
getTransitions
If set to `true`, the Chart plays animations when it displays the series. By default, animations are enabled.- Returns:
- transitions
-
setTransitions
-
equals
-
hashCode
-
toString
-