Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
LineChartConfiguration |
LineChartConfiguration.clone() |
LineChartConfiguration |
LineChartVisual.getChartConfiguration()
The configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withContributionAnalysisDefaults(Collection<ContributionAnalysisDefault> contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
|
LineChartConfiguration |
LineChartConfiguration.withContributionAnalysisDefaults(ContributionAnalysisDefault... contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
|
LineChartConfiguration |
LineChartConfiguration.withDataLabels(DataLabelOptions dataLabels)
The data label configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withDefaultSeriesSettings(LineChartDefaultSeriesSettings defaultSeriesSettings)
The options that determine the default presentation of all line series in
LineChartVisual . |
LineChartConfiguration |
LineChartConfiguration.withFieldWells(LineChartFieldWells fieldWells)
The field well configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withForecastConfigurations(Collection<ForecastConfiguration> forecastConfigurations)
The forecast configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withForecastConfigurations(ForecastConfiguration... forecastConfigurations)
The forecast configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withLegend(LegendOptions legend)
The legend configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withPrimaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions primaryYAxisDisplayOptions)
The series axis configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withPrimaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
LineChartConfiguration |
LineChartConfiguration.withReferenceLines(Collection<ReferenceLine> referenceLines)
The reference lines configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withReferenceLines(ReferenceLine... referenceLines)
The reference lines configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withSecondaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions secondaryYAxisDisplayOptions)
The series axis configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withSecondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)
The options that determine the presentation of the secondary y-axis label.
|
LineChartConfiguration |
LineChartConfiguration.withSeries(Collection<SeriesItem> series)
The series item configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withSeries(SeriesItem... series)
The series item configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withSmallMultiplesOptions(SmallMultiplesOptions smallMultiplesOptions)
The small multiples setup for the visual.
|
LineChartConfiguration |
LineChartConfiguration.withSortConfiguration(LineChartSortConfiguration sortConfiguration)
The sort configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withTooltip(TooltipOptions tooltip)
The tooltip configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withType(LineChartType type)
Determines the type of the line chart.
|
LineChartConfiguration |
LineChartConfiguration.withType(String type)
Determines the type of the line chart.
|
LineChartConfiguration |
LineChartConfiguration.withVisualPalette(VisualPalette visualPalette)
The visual palette configuration of a line chart.
|
LineChartConfiguration |
LineChartConfiguration.withXAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
LineChartConfiguration |
LineChartConfiguration.withXAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
Modifier and Type | Method and Description |
---|---|
void |
LineChartVisual.setChartConfiguration(LineChartConfiguration chartConfiguration)
The configuration of a line chart.
|
LineChartVisual |
LineChartVisual.withChartConfiguration(LineChartConfiguration chartConfiguration)
The configuration of a line chart.
|
Copyright © 2023. All rights reserved.