public static interface RadarChartSeriesSettings.Builder extends SdkPojo, CopyableBuilder<RadarChartSeriesSettings.Builder,RadarChartSeriesSettings>
| Modifier and Type | Method and Description |
|---|---|
default RadarChartSeriesSettings.Builder |
areaStyleSettings(Consumer<RadarChartAreaStyleSettings.Builder> areaStyleSettings)
The area style settings of a radar chart.
|
RadarChartSeriesSettings.Builder |
areaStyleSettings(RadarChartAreaStyleSettings areaStyleSettings)
The area style settings of a radar chart.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRadarChartSeriesSettings.Builder areaStyleSettings(RadarChartAreaStyleSettings areaStyleSettings)
The area style settings of a radar chart.
areaStyleSettings - The area style settings of a radar chart.default RadarChartSeriesSettings.Builder areaStyleSettings(Consumer<RadarChartAreaStyleSettings.Builder> areaStyleSettings)
The area style settings of a radar chart.
This is a convenience method that creates an instance of theRadarChartAreaStyleSettings.Builder
avoiding the need to create one manually via RadarChartAreaStyleSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to areaStyleSettings(RadarChartAreaStyleSettings).
areaStyleSettings - a consumer that will call methods on RadarChartAreaStyleSettings.BuilderareaStyleSettings(RadarChartAreaStyleSettings)Copyright © 2023. All rights reserved.