public static interface RadarChartConfiguration.Builder extends SdkPojo, CopyableBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration>
| Modifier and Type | Method and Description |
|---|---|
RadarChartConfiguration.Builder |
alternateBandColorsVisibility(String alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
|
RadarChartConfiguration.Builder |
alternateBandColorsVisibility(Visibility alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
|
RadarChartConfiguration.Builder |
alternateBandEvenColor(String alternateBandEvenColor)
The color of the even-numbered alternate bands of a radar chart.
|
RadarChartConfiguration.Builder |
alternateBandOddColor(String alternateBandOddColor)
The color of the odd-numbered alternate bands of a radar chart.
|
RadarChartConfiguration.Builder |
axesRangeScale(RadarChartAxesRangeScale axesRangeScale)
The axis behavior options of a radar chart.
|
RadarChartConfiguration.Builder |
axesRangeScale(String axesRangeScale)
The axis behavior options of a radar chart.
|
default RadarChartConfiguration.Builder |
baseSeriesSettings(Consumer<RadarChartSeriesSettings.Builder> baseSeriesSettings)
The base sreies settings of a radar chart.
|
RadarChartConfiguration.Builder |
baseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings)
The base sreies settings of a radar chart.
|
RadarChartConfiguration.Builder |
categoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
|
default RadarChartConfiguration.Builder |
categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The category axis of a radar chart.
|
RadarChartConfiguration.Builder |
categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The category label options of a radar chart.
|
default RadarChartConfiguration.Builder |
categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The category label options of a radar chart.
|
RadarChartConfiguration.Builder |
colorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
|
default RadarChartConfiguration.Builder |
colorAxis(Consumer<AxisDisplayOptions.Builder> colorAxis)
The color axis of a radar chart.
|
RadarChartConfiguration.Builder |
colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The color label options of a radar chart.
|
default RadarChartConfiguration.Builder |
colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The color label options of a radar chart.
|
default RadarChartConfiguration.Builder |
fieldWells(Consumer<RadarChartFieldWells.Builder> fieldWells)
The field well configuration of a
RadarChartVisual. |
RadarChartConfiguration.Builder |
fieldWells(RadarChartFieldWells fieldWells)
The field well configuration of a
RadarChartVisual. |
default RadarChartConfiguration.Builder |
legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
|
RadarChartConfiguration.Builder |
legend(LegendOptions legend)
The legend display setup of the visual.
|
RadarChartConfiguration.Builder |
shape(RadarChartShape shape)
The shape of the radar chart.
|
RadarChartConfiguration.Builder |
shape(String shape)
The shape of the radar chart.
|
default RadarChartConfiguration.Builder |
sortConfiguration(Consumer<RadarChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a
RadarChartVisual. |
RadarChartConfiguration.Builder |
sortConfiguration(RadarChartSortConfiguration sortConfiguration)
The sort configuration of a
RadarChartVisual. |
RadarChartConfiguration.Builder |
startAngle(Double startAngle)
The start angle of a radar chart's axis.
|
default RadarChartConfiguration.Builder |
visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
|
RadarChartConfiguration.Builder |
visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRadarChartConfiguration.Builder fieldWells(RadarChartFieldWells fieldWells)
The field well configuration of a RadarChartVisual.
fieldWells - The field well configuration of a RadarChartVisual.default RadarChartConfiguration.Builder fieldWells(Consumer<RadarChartFieldWells.Builder> fieldWells)
The field well configuration of a RadarChartVisual.
RadarChartFieldWells.Builder avoiding
the need to create one manually via RadarChartFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldWells(RadarChartFieldWells).
fieldWells - a consumer that will call methods on RadarChartFieldWells.BuilderfieldWells(RadarChartFieldWells)RadarChartConfiguration.Builder sortConfiguration(RadarChartSortConfiguration sortConfiguration)
The sort configuration of a RadarChartVisual.
sortConfiguration - The sort configuration of a RadarChartVisual.default RadarChartConfiguration.Builder sortConfiguration(Consumer<RadarChartSortConfiguration.Builder> sortConfiguration)
The sort configuration of a RadarChartVisual.
RadarChartSortConfiguration.Builder
avoiding the need to create one manually via RadarChartSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sortConfiguration(RadarChartSortConfiguration).
sortConfiguration - a consumer that will call methods on RadarChartSortConfiguration.BuildersortConfiguration(RadarChartSortConfiguration)RadarChartConfiguration.Builder shape(String shape)
The shape of the radar chart.
shape - The shape of the radar chart.RadarChartShape,
RadarChartShapeRadarChartConfiguration.Builder shape(RadarChartShape shape)
The shape of the radar chart.
shape - The shape of the radar chart.RadarChartShape,
RadarChartShapeRadarChartConfiguration.Builder baseSeriesSettings(RadarChartSeriesSettings baseSeriesSettings)
The base sreies settings of a radar chart.
baseSeriesSettings - The base sreies settings of a radar chart.default RadarChartConfiguration.Builder baseSeriesSettings(Consumer<RadarChartSeriesSettings.Builder> baseSeriesSettings)
The base sreies settings of a radar chart.
This is a convenience method that creates an instance of theRadarChartSeriesSettings.Builder
avoiding the need to create one manually via RadarChartSeriesSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to baseSeriesSettings(RadarChartSeriesSettings).
baseSeriesSettings - a consumer that will call methods on RadarChartSeriesSettings.BuilderbaseSeriesSettings(RadarChartSeriesSettings)RadarChartConfiguration.Builder startAngle(Double startAngle)
The start angle of a radar chart's axis.
startAngle - The start angle of a radar chart's axis.RadarChartConfiguration.Builder visualPalette(VisualPalette visualPalette)
The palette (chart color) display setup of the visual.
visualPalette - The palette (chart color) display setup of the visual.default RadarChartConfiguration.Builder visualPalette(Consumer<VisualPalette.Builder> visualPalette)
The palette (chart color) display setup of the visual.
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)RadarChartConfiguration.Builder alternateBandColorsVisibility(String alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
alternateBandColorsVisibility - Determines the visibility of the colors of alternatign bands in a radar chart.Visibility,
VisibilityRadarChartConfiguration.Builder alternateBandColorsVisibility(Visibility alternateBandColorsVisibility)
Determines the visibility of the colors of alternatign bands in a radar chart.
alternateBandColorsVisibility - Determines the visibility of the colors of alternatign bands in a radar chart.Visibility,
VisibilityRadarChartConfiguration.Builder alternateBandEvenColor(String alternateBandEvenColor)
The color of the even-numbered alternate bands of a radar chart.
alternateBandEvenColor - The color of the even-numbered alternate bands of a radar chart.RadarChartConfiguration.Builder alternateBandOddColor(String alternateBandOddColor)
The color of the odd-numbered alternate bands of a radar chart.
alternateBandOddColor - The color of the odd-numbered alternate bands of a radar chart.RadarChartConfiguration.Builder categoryAxis(AxisDisplayOptions categoryAxis)
The category axis of a radar chart.
categoryAxis - The category axis of a radar chart.default RadarChartConfiguration.Builder categoryAxis(Consumer<AxisDisplayOptions.Builder> categoryAxis)
The category axis of a radar chart.
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 categoryAxis(AxisDisplayOptions).
categoryAxis - a consumer that will call methods on AxisDisplayOptions.BuildercategoryAxis(AxisDisplayOptions)RadarChartConfiguration.Builder categoryLabelOptions(ChartAxisLabelOptions categoryLabelOptions)
The category label options of a radar chart.
categoryLabelOptions - The category label options of a radar chart.default RadarChartConfiguration.Builder categoryLabelOptions(Consumer<ChartAxisLabelOptions.Builder> categoryLabelOptions)
The category label options of a radar chart.
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 categoryLabelOptions(ChartAxisLabelOptions).
categoryLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildercategoryLabelOptions(ChartAxisLabelOptions)RadarChartConfiguration.Builder colorAxis(AxisDisplayOptions colorAxis)
The color axis of a radar chart.
colorAxis - The color axis of a radar chart.default RadarChartConfiguration.Builder colorAxis(Consumer<AxisDisplayOptions.Builder> colorAxis)
The color axis of a radar chart.
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 colorAxis(AxisDisplayOptions).
colorAxis - a consumer that will call methods on AxisDisplayOptions.BuildercolorAxis(AxisDisplayOptions)RadarChartConfiguration.Builder colorLabelOptions(ChartAxisLabelOptions colorLabelOptions)
The color label options of a radar chart.
colorLabelOptions - The color label options of a radar chart.default RadarChartConfiguration.Builder colorLabelOptions(Consumer<ChartAxisLabelOptions.Builder> colorLabelOptions)
The color label options of a radar chart.
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 colorLabelOptions(ChartAxisLabelOptions).
colorLabelOptions - a consumer that will call methods on ChartAxisLabelOptions.BuildercolorLabelOptions(ChartAxisLabelOptions)RadarChartConfiguration.Builder legend(LegendOptions legend)
The legend display setup of the visual.
legend - The legend display setup of the visual.default RadarChartConfiguration.Builder legend(Consumer<LegendOptions.Builder> legend)
The legend display setup of the visual.
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)RadarChartConfiguration.Builder axesRangeScale(String axesRangeScale)
The axis behavior options of a radar chart.
axesRangeScale - The axis behavior options of a radar chart.RadarChartAxesRangeScale,
RadarChartAxesRangeScaleRadarChartConfiguration.Builder axesRangeScale(RadarChartAxesRangeScale axesRangeScale)
The axis behavior options of a radar chart.
axesRangeScale - The axis behavior options of a radar chart.RadarChartAxesRangeScale,
RadarChartAxesRangeScaleCopyright © 2023. All rights reserved.