Package travel.wink.sdk.extranet.model
Class LineChart
java.lang.Object
travel.wink.sdk.extranet.model.LineChart
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-05-27T09:29:05.118372+07:00[Asia/Bangkok]")
public class LineChart
extends Object
LineChart
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSeriesItem(ChartSeries seriesItem) categoryAxis(ChartCategoryAxis categoryAxis) boolean@Valid ChartCategoryAxisGet categoryAxisUnique line chart identifier@Valid ChartLegendGet legendSets the preferred rendering engine.@Valid List<ChartSeries>The configuration of the chart series.@Valid ChartSeriesDefaultsGet seriesDefaults@Valid ChartTitlegetTitle()Get title@Valid ChartTooltipGet tooltipIf set to `true`, the Chart plays animations when it displays the series.@Valid ChartValueAxisGet valueAxisinthashCode()identifier(String identifier) legend(ChartLegend legend) series(List<ChartSeries> series) seriesDefaults(ChartSeriesDefaults seriesDefaults) voidsetCategoryAxis(ChartCategoryAxis categoryAxis) voidsetIdentifier(String identifier) voidsetLegend(ChartLegend legend) voidsetRenderAs(String renderAs) voidsetSeries(List<ChartSeries> series) voidsetSeriesDefaults(ChartSeriesDefaults seriesDefaults) voidsetTitle(ChartTitle title) voidsetTooltip(ChartTooltip tooltip) voidsetTransitions(Boolean transitions) voidsetValueAxis(ChartValueAxis valueAxis) title(ChartTitle title) tooltip(ChartTooltip tooltip) toString()transitions(Boolean transitions) valueAxis(ChartValueAxis 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
-
LineChart
public LineChart()
-
-
Method Details
-
identifier
-
getIdentifier
Unique line chart identifier- Returns:
- identifier
-
setIdentifier
-
title
-
getTitle
Get title- Returns:
- title
-
setTitle
-
legend
-
getLegend
Get legend- Returns:
- legend
-
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
Get tooltip- Returns:
- tooltip
-
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
public int hashCode() -
toString
-