public static interface LineChartConfiguration.Builder extends SdkPojo, CopyableBuilder<LineChartConfiguration.Builder,LineChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LineChartConfiguration.Builder |
contributionAnalysisDefaults(Collection<ContributionAnalysisDefault> contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
|
LineChartConfiguration.Builder |
contributionAnalysisDefaults(Consumer<ContributionAnalysisDefault.Builder>... contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
|
LineChartConfiguration.Builder |
contributionAnalysisDefaults(ContributionAnalysisDefault... contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
|
default LineChartConfiguration.Builder |
dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a line chart.
|
LineChartConfiguration.Builder |
dataLabels(DataLabelOptions dataLabels)
The data label configuration of a line chart.
|
default LineChartConfiguration.Builder |
defaultSeriesSettings(Consumer<LineChartDefaultSeriesSettings.Builder> defaultSeriesSettings)
The options that determine the default presentation of all line series in
LineChartVisual. |
LineChartConfiguration.Builder |
defaultSeriesSettings(LineChartDefaultSeriesSettings defaultSeriesSettings)
The options that determine the default presentation of all line series in
LineChartVisual. |
default LineChartConfiguration.Builder |
fieldWells(Consumer<LineChartFieldWells.Builder> fieldWells)
The field well configuration of a line chart.
|
LineChartConfiguration.Builder |
fieldWells(LineChartFieldWells fieldWells)
The field well configuration of a line chart.
|
LineChartConfiguration.Builder |
forecastConfigurations(Collection<ForecastConfiguration> forecastConfigurations)
The forecast configuration of a line chart.
|
LineChartConfiguration.Builder |
forecastConfigurations(Consumer<ForecastConfiguration.Builder>... forecastConfigurations)
The forecast configuration of a line chart.
|
LineChartConfiguration.Builder |
forecastConfigurations(ForecastConfiguration... forecastConfigurations)
The forecast configuration of a line chart.
|
default LineChartConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend configuration of a line chart.
|
LineChartConfiguration.Builder |
legend(LegendOptions legend)
The legend configuration of a line chart.
|
default LineChartConfiguration.Builder |
primaryYAxisDisplayOptions(Consumer<LineSeriesAxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The series axis configuration of a line chart.
|
LineChartConfiguration.Builder |
primaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions primaryYAxisDisplayOptions)
The series axis configuration of a line chart.
|
LineChartConfiguration.Builder |
primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
default LineChartConfiguration.Builder |
primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
|
LineChartConfiguration.Builder |
referenceLines(Collection<ReferenceLine> referenceLines)
The reference lines configuration of a line chart.
|
LineChartConfiguration.Builder |
referenceLines(Consumer<ReferenceLine.Builder>... referenceLines)
The reference lines configuration of a line chart.
|
LineChartConfiguration.Builder |
referenceLines(ReferenceLine... referenceLines)
The reference lines configuration of a line chart.
|
default LineChartConfiguration.Builder |
secondaryYAxisDisplayOptions(Consumer<LineSeriesAxisDisplayOptions.Builder> secondaryYAxisDisplayOptions)
The series axis configuration of a line chart.
|
LineChartConfiguration.Builder |
secondaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions secondaryYAxisDisplayOptions)
The series axis configuration of a line chart.
|
LineChartConfiguration.Builder |
secondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)
The options that determine the presentation of the secondary y-axis label.
|
default LineChartConfiguration.Builder |
secondaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> secondaryYAxisLabelOptions)
The options that determine the presentation of the secondary y-axis label.
|
LineChartConfiguration.Builder |
series(Collection<SeriesItem> series)
The series item configuration of a line chart.
|
LineChartConfiguration.Builder |
series(Consumer<SeriesItem.Builder>... series)
The series item configuration of a line chart.
|
LineChartConfiguration.Builder |
series(SeriesItem... series)
The series item configuration of a line chart.
|
default LineChartConfiguration.Builder |
smallMultiplesOptions(Consumer<SmallMultiplesOptions.Builder> smallMultiplesOptions)
The small multiples setup for the visual.
|
LineChartConfiguration.Builder |
smallMultiplesOptions(SmallMultiplesOptions smallMultiplesOptions)
The small multiples setup for the visual.
|
default LineChartConfiguration.Builder |
sortConfiguration(Consumer<LineChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a line chart.
|
LineChartConfiguration.Builder |
sortConfiguration(LineChartSortConfiguration sortConfiguration)
The sort configuration of a line chart.
|
default LineChartConfiguration.Builder |
tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip configuration of a line chart.
|
LineChartConfiguration.Builder |
tooltip(TooltipOptions tooltip)
The tooltip configuration of a line chart.
|
LineChartConfiguration.Builder |
type(LineChartType type)
Determines the type of the line chart.
|
LineChartConfiguration.Builder |
type(String type)
Determines the type of the line chart.
|
default LineChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a line chart.
|
LineChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The visual palette configuration of a line chart.
|
LineChartConfiguration.Builder |
xAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
default LineChartConfiguration.Builder |
xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
|
LineChartConfiguration.Builder |
xAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
default LineChartConfiguration.Builder |
xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLineChartConfiguration.Builder fieldWells(LineChartFieldWells fieldWells)
The field well configuration of a line chart.
fieldWells - The field well configuration of a line chart.default LineChartConfiguration.Builder fieldWells(Consumer<LineChartFieldWells.Builder> fieldWells)
The field well configuration of a line chart.
This is a convenience method that creates an instance of theLineChartFieldWells.Builder avoiding the
need to create one manually via LineChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(LineChartFieldWells).
fieldWells - a consumer that will call methods on LineChartFieldWells.BuilderfieldWells(LineChartFieldWells)LineChartConfiguration.Builder sortConfiguration(LineChartSortConfiguration sortConfiguration)
The sort configuration of a line chart.
sortConfiguration - The sort configuration of a line chart.default LineChartConfiguration.Builder sortConfiguration(Consumer<LineChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a line chart.
This is a convenience method that creates an instance of theLineChartSortConfiguration.Builder
avoiding the need to create one manually via LineChartSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sortConfiguration(LineChartSortConfiguration).
sortConfiguration - a consumer that will call methods on LineChartSortConfiguration.BuildersortConfiguration(LineChartSortConfiguration)LineChartConfiguration.Builder forecastConfigurations(Collection<ForecastConfiguration> forecastConfigurations)
The forecast configuration of a line chart.
forecastConfigurations - The forecast configuration of a line chart.LineChartConfiguration.Builder forecastConfigurations(ForecastConfiguration... forecastConfigurations)
The forecast configuration of a line chart.
forecastConfigurations - The forecast configuration of a line chart.LineChartConfiguration.Builder forecastConfigurations(Consumer<ForecastConfiguration.Builder>... forecastConfigurations)
The forecast configuration of a line chart.
This is a convenience method that creates an instance of theForecastConfiguration.Builder avoiding the need to
create one manually via
ForecastConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #forecastConfigurations(List.
forecastConfigurations - a consumer that will call methods on
ForecastConfiguration.Builder#forecastConfigurations(java.util.Collection) LineChartConfiguration.Builder type(String type)
Determines the type of the line chart.
type - Determines the type of the line chart.LineChartType,
LineChartTypeLineChartConfiguration.Builder type(LineChartType type)
Determines the type of the line chart.
type - Determines the type of the line chart.LineChartType,
LineChartTypeLineChartConfiguration.Builder smallMultiplesOptions(SmallMultiplesOptions smallMultiplesOptions)
The small multiples setup for the visual.
smallMultiplesOptions - The small multiples setup for the visual.default LineChartConfiguration.Builder smallMultiplesOptions(Consumer<SmallMultiplesOptions.Builder> smallMultiplesOptions)
The small multiples setup for the visual.
This is a convenience method that creates an instance of theSmallMultiplesOptions.Builder avoiding
the need to create one manually via SmallMultiplesOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to smallMultiplesOptions(SmallMultiplesOptions).
smallMultiplesOptions - a consumer that will call methods on SmallMultiplesOptions.BuildersmallMultiplesOptions(SmallMultiplesOptions)LineChartConfiguration.Builder xAxisDisplayOptions(AxisDisplayOptions xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
xAxisDisplayOptions - The options that determine the presentation of the x-axis.default LineChartConfiguration.Builder xAxisDisplayOptions(Consumer<AxisDisplayOptions.Builder> xAxisDisplayOptions)
The options that determine the presentation of the x-axis.
This is a convenience method that creates an instance of theAxisDisplayOptions.Builder avoiding the
need to create one manually via AxisDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to xAxisDisplayOptions(AxisDisplayOptions).
xAxisDisplayOptions - a consumer that will call methods on AxisDisplayOptions.BuilderxAxisDisplayOptions(AxisDisplayOptions)LineChartConfiguration.Builder xAxisLabelOptions(ChartAxisLabelOptions xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
xAxisLabelOptions - The options that determine the presentation of the x-axis label.default LineChartConfiguration.Builder xAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> xAxisLabelOptions)
The options that determine the presentation of the x-axis label.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to xAxisLabelOptions(ChartAxisLabelOptions).
xAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuilderxAxisLabelOptions(ChartAxisLabelOptions)LineChartConfiguration.Builder primaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions primaryYAxisDisplayOptions)
The series axis configuration of a line chart.
primaryYAxisDisplayOptions - The series axis configuration of a line chart.default LineChartConfiguration.Builder primaryYAxisDisplayOptions(Consumer<LineSeriesAxisDisplayOptions.Builder> primaryYAxisDisplayOptions)
The series axis configuration of a line chart.
This is a convenience method that creates an instance of theLineSeriesAxisDisplayOptions.Builder
avoiding the need to create one manually via LineSeriesAxisDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to primaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions).
primaryYAxisDisplayOptions - a consumer that will call methods on LineSeriesAxisDisplayOptions.BuilderprimaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions)LineChartConfiguration.Builder primaryYAxisLabelOptions(ChartAxisLabelOptions primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
primaryYAxisLabelOptions - The options that determine the presentation of the y-axis label.default LineChartConfiguration.Builder primaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> primaryYAxisLabelOptions)
The options that determine the presentation of the y-axis label.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to primaryYAxisLabelOptions(ChartAxisLabelOptions).
primaryYAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuilderprimaryYAxisLabelOptions(ChartAxisLabelOptions)LineChartConfiguration.Builder secondaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions secondaryYAxisDisplayOptions)
The series axis configuration of a line chart.
secondaryYAxisDisplayOptions - The series axis configuration of a line chart.default LineChartConfiguration.Builder secondaryYAxisDisplayOptions(Consumer<LineSeriesAxisDisplayOptions.Builder> secondaryYAxisDisplayOptions)
The series axis configuration of a line chart.
This is a convenience method that creates an instance of theLineSeriesAxisDisplayOptions.Builder
avoiding the need to create one manually via LineSeriesAxisDisplayOptions.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to secondaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions).
secondaryYAxisDisplayOptions - a consumer that will call methods on LineSeriesAxisDisplayOptions.BuildersecondaryYAxisDisplayOptions(LineSeriesAxisDisplayOptions)LineChartConfiguration.Builder secondaryYAxisLabelOptions(ChartAxisLabelOptions secondaryYAxisLabelOptions)
The options that determine the presentation of the secondary y-axis label.
secondaryYAxisLabelOptions - The options that determine the presentation of the secondary y-axis label.default LineChartConfiguration.Builder secondaryYAxisLabelOptions(Consumer<ChartAxisLabelOptions.Builder> secondaryYAxisLabelOptions)
The options that determine the presentation of the secondary y-axis label.
This is a convenience method that creates an instance of theChartAxisLabelOptions.Builder avoiding
the need to create one manually via ChartAxisLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to secondaryYAxisLabelOptions(ChartAxisLabelOptions).
secondaryYAxisLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildersecondaryYAxisLabelOptions(ChartAxisLabelOptions)LineChartConfiguration.Builder defaultSeriesSettings(LineChartDefaultSeriesSettings defaultSeriesSettings)
The options that determine the default presentation of all line series in LineChartVisual.
defaultSeriesSettings - The options that determine the default presentation of all line series in LineChartVisual
.default LineChartConfiguration.Builder defaultSeriesSettings(Consumer<LineChartDefaultSeriesSettings.Builder> defaultSeriesSettings)
The options that determine the default presentation of all line series in LineChartVisual.
LineChartDefaultSeriesSettings.Builder
avoiding the need to create one manually via LineChartDefaultSeriesSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to defaultSeriesSettings(LineChartDefaultSeriesSettings).
defaultSeriesSettings - a consumer that will call methods on LineChartDefaultSeriesSettings.BuilderdefaultSeriesSettings(LineChartDefaultSeriesSettings)LineChartConfiguration.Builder series(Collection<SeriesItem> series)
The series item configuration of a line chart.
series - The series item configuration of a line chart.LineChartConfiguration.Builder series(SeriesItem... series)
The series item configuration of a line chart.
series - The series item configuration of a line chart.LineChartConfiguration.Builder series(Consumer<SeriesItem.Builder>... series)
The series item configuration of a line chart.
This is a convenience method that creates an instance of theSeriesItem.Builder avoiding the need to create one
manually via SeriesItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #series(List.
series - a consumer that will call methods on
SeriesItem.Builder#series(java.util.Collection) LineChartConfiguration.Builder legend(LegendOptions legend)
The legend configuration of a line chart.
legend - The legend configuration of a line chart.default LineChartConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend configuration of a line chart.
This is a convenience method that creates an instance of theLegendOptions.Builder avoiding the need
to create one manually via LegendOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to legend(LegendOptions).
legend - a consumer that will call methods on LegendOptions.Builderlegend(LegendOptions)LineChartConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The data label configuration of a line chart.
dataLabels - The data label configuration of a line chart.default LineChartConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a line chart.
This is a convenience method that creates an instance of theDataLabelOptions.Builder avoiding the
need to create one manually via DataLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataLabels(DataLabelOptions).
dataLabels - a consumer that will call methods on DataLabelOptions.BuilderdataLabels(DataLabelOptions)LineChartConfiguration.Builder referenceLines(Collection<ReferenceLine> referenceLines)
The reference lines configuration of a line chart.
referenceLines - The reference lines configuration of a line chart.LineChartConfiguration.Builder referenceLines(ReferenceLine... referenceLines)
The reference lines configuration of a line chart.
referenceLines - The reference lines configuration of a line chart.LineChartConfiguration.Builder referenceLines(Consumer<ReferenceLine.Builder>... referenceLines)
The reference lines configuration of a line chart.
This is a convenience method that creates an instance of theReferenceLine.Builder avoiding the need to create
one manually via ReferenceLine.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #referenceLines(List.
referenceLines - a consumer that will call methods on
ReferenceLine.Builder#referenceLines(java.util.Collection) LineChartConfiguration.Builder tooltip(TooltipOptions tooltip)
The tooltip configuration of a line chart.
tooltip - The tooltip configuration of a line chart.default LineChartConfiguration.Builder tooltip(Consumer<TooltipOptions.Builder> tooltip)
The tooltip configuration of a line chart.
This is a convenience method that creates an instance of theTooltipOptions.Builder avoiding the need
to create one manually via TooltipOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tooltip(TooltipOptions).
tooltip - a consumer that will call methods on TooltipOptions.Buildertooltip(TooltipOptions)LineChartConfiguration.Builder contributionAnalysisDefaults(Collection<ContributionAnalysisDefault> contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
contributionAnalysisDefaults - The default configuration of a line chart's contribution analysis.LineChartConfiguration.Builder contributionAnalysisDefaults(ContributionAnalysisDefault... contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
contributionAnalysisDefaults - The default configuration of a line chart's contribution analysis.LineChartConfiguration.Builder contributionAnalysisDefaults(Consumer<ContributionAnalysisDefault.Builder>... contributionAnalysisDefaults)
The default configuration of a line chart's contribution analysis.
This is a convenience method that creates an instance of theContributionAnalysisDefault.Builder avoiding the
need to create one manually via
ContributionAnalysisDefault.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #contributionAnalysisDefaults(List.
contributionAnalysisDefaults - a consumer that will call methods on
ContributionAnalysisDefault.Builder#contributionAnalysisDefaults(java.util.Collection) LineChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The visual palette configuration of a line chart.
visualPalette - The visual palette configuration of a line chart.default LineChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The visual palette configuration of a line chart.
This is a convenience method that creates an instance of theVisualPalette.Builder avoiding the need
to create one manually via VisualPalette.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to visualPalette(VisualPalette).
visualPalette - a consumer that will call methods on VisualPalette.BuildervisualPalette(VisualPalette)Copyright © 2023. All rights reserved.