public static interface SankeyDiagramChartConfiguration.Builder extends SdkPojo, CopyableBuilder<SankeyDiagramChartConfiguration.Builder,SankeyDiagramChartConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSankeyDiagramChartConfiguration.Builder fieldWells(SankeyDiagramFieldWells fieldWells)
The field well configuration of a sankey diagram.
fieldWells - The field well configuration of a sankey diagram.default SankeyDiagramChartConfiguration.Builder fieldWells(Consumer<SankeyDiagramFieldWells.Builder> fieldWells)
The field well configuration of a sankey diagram.
This is a convenience method that creates an instance of theSankeyDiagramFieldWells.Builder avoiding
the need to create one manually via SankeyDiagramFieldWells.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to fieldWells(SankeyDiagramFieldWells).
fieldWells - a consumer that will call methods on SankeyDiagramFieldWells.BuilderfieldWells(SankeyDiagramFieldWells)SankeyDiagramChartConfiguration.Builder sortConfiguration(SankeyDiagramSortConfiguration sortConfiguration)
The sort configuration of a sankey diagram.
sortConfiguration - The sort configuration of a sankey diagram.default SankeyDiagramChartConfiguration.Builder sortConfiguration(Consumer<SankeyDiagramSortConfiguration.Builder> sortConfiguration)
The sort configuration of a sankey diagram.
This is a convenience method that creates an instance of theSankeyDiagramSortConfiguration.Builder
avoiding the need to create one manually via SankeyDiagramSortConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sortConfiguration(SankeyDiagramSortConfiguration).
sortConfiguration - a consumer that will call methods on SankeyDiagramSortConfiguration.BuildersortConfiguration(SankeyDiagramSortConfiguration)SankeyDiagramChartConfiguration.Builder dataLabels(DataLabelOptions dataLabels)
The data label configuration of a sankey diagram.
dataLabels - The data label configuration of a sankey diagram.default SankeyDiagramChartConfiguration.Builder dataLabels(Consumer<DataLabelOptions.Builder> dataLabels)
The data label configuration of a sankey diagram.
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)Copyright © 2023. All rights reserved.