public static interface DataLabelOptions.Builder extends SdkPojo, CopyableBuilder<DataLabelOptions.Builder,DataLabelOptions>
| Modifier and Type | Method and Description |
|---|---|
DataLabelOptions.Builder |
categoryLabelVisibility(String categoryLabelVisibility)
Determines the visibility of the category field labels.
|
DataLabelOptions.Builder |
categoryLabelVisibility(Visibility categoryLabelVisibility)
Determines the visibility of the category field labels.
|
DataLabelOptions.Builder |
dataLabelTypes(Collection<DataLabelType> dataLabelTypes)
The option that determines the data label type.
|
DataLabelOptions.Builder |
dataLabelTypes(Consumer<DataLabelType.Builder>... dataLabelTypes)
The option that determines the data label type.
|
DataLabelOptions.Builder |
dataLabelTypes(DataLabelType... dataLabelTypes)
The option that determines the data label type.
|
DataLabelOptions.Builder |
labelColor(String labelColor)
Determines the color of the data labels.
|
DataLabelOptions.Builder |
labelContent(DataLabelContent labelContent)
Determines the content of the data labels.
|
DataLabelOptions.Builder |
labelContent(String labelContent)
Determines the content of the data labels.
|
default DataLabelOptions.Builder |
labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)
Determines the font configuration of the data labels.
|
DataLabelOptions.Builder |
labelFontConfiguration(FontConfiguration labelFontConfiguration)
Determines the font configuration of the data labels.
|
DataLabelOptions.Builder |
measureLabelVisibility(String measureLabelVisibility)
Determines the visibility of the measure field labels.
|
DataLabelOptions.Builder |
measureLabelVisibility(Visibility measureLabelVisibility)
Determines the visibility of the measure field labels.
|
DataLabelOptions.Builder |
overlap(DataLabelOverlap overlap)
Determines whether overlap is enabled or disabled for the data labels.
|
DataLabelOptions.Builder |
overlap(String overlap)
Determines whether overlap is enabled or disabled for the data labels.
|
DataLabelOptions.Builder |
position(DataLabelPosition position)
Determines the position of the data labels.
|
DataLabelOptions.Builder |
position(String position)
Determines the position of the data labels.
|
DataLabelOptions.Builder |
totalsVisibility(String totalsVisibility)
Determines the visibility of the total.
|
DataLabelOptions.Builder |
totalsVisibility(Visibility totalsVisibility)
Determines the visibility of the total.
|
DataLabelOptions.Builder |
visibility(String visibility)
Determines the visibility of the data labels.
|
DataLabelOptions.Builder |
visibility(Visibility visibility)
Determines the visibility of the data labels.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataLabelOptions.Builder visibility(String visibility)
Determines the visibility of the data labels.
visibility - Determines the visibility of the data labels.Visibility,
VisibilityDataLabelOptions.Builder visibility(Visibility visibility)
Determines the visibility of the data labels.
visibility - Determines the visibility of the data labels.Visibility,
VisibilityDataLabelOptions.Builder categoryLabelVisibility(String categoryLabelVisibility)
Determines the visibility of the category field labels.
categoryLabelVisibility - Determines the visibility of the category field labels.Visibility,
VisibilityDataLabelOptions.Builder categoryLabelVisibility(Visibility categoryLabelVisibility)
Determines the visibility of the category field labels.
categoryLabelVisibility - Determines the visibility of the category field labels.Visibility,
VisibilityDataLabelOptions.Builder measureLabelVisibility(String measureLabelVisibility)
Determines the visibility of the measure field labels.
measureLabelVisibility - Determines the visibility of the measure field labels.Visibility,
VisibilityDataLabelOptions.Builder measureLabelVisibility(Visibility measureLabelVisibility)
Determines the visibility of the measure field labels.
measureLabelVisibility - Determines the visibility of the measure field labels.Visibility,
VisibilityDataLabelOptions.Builder dataLabelTypes(Collection<DataLabelType> dataLabelTypes)
The option that determines the data label type.
dataLabelTypes - The option that determines the data label type.DataLabelOptions.Builder dataLabelTypes(DataLabelType... dataLabelTypes)
The option that determines the data label type.
dataLabelTypes - The option that determines the data label type.DataLabelOptions.Builder dataLabelTypes(Consumer<DataLabelType.Builder>... dataLabelTypes)
The option that determines the data label type.
This is a convenience method that creates an instance of theDataLabelType.Builder avoiding the need to create
one manually via DataLabelType.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #dataLabelTypes(List.
dataLabelTypes - a consumer that will call methods on
DataLabelType.Builder#dataLabelTypes(java.util.Collection) DataLabelOptions.Builder position(String position)
Determines the position of the data labels.
position - Determines the position of the data labels.DataLabelPosition,
DataLabelPositionDataLabelOptions.Builder position(DataLabelPosition position)
Determines the position of the data labels.
position - Determines the position of the data labels.DataLabelPosition,
DataLabelPositionDataLabelOptions.Builder labelContent(String labelContent)
Determines the content of the data labels.
labelContent - Determines the content of the data labels.DataLabelContent,
DataLabelContentDataLabelOptions.Builder labelContent(DataLabelContent labelContent)
Determines the content of the data labels.
labelContent - Determines the content of the data labels.DataLabelContent,
DataLabelContentDataLabelOptions.Builder labelFontConfiguration(FontConfiguration labelFontConfiguration)
Determines the font configuration of the data labels.
labelFontConfiguration - Determines the font configuration of the data labels.default DataLabelOptions.Builder labelFontConfiguration(Consumer<FontConfiguration.Builder> labelFontConfiguration)
Determines the font configuration of the data labels.
This is a convenience method that creates an instance of theFontConfiguration.Builder avoiding the
need to create one manually via FontConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to labelFontConfiguration(FontConfiguration).
labelFontConfiguration - a consumer that will call methods on FontConfiguration.BuilderlabelFontConfiguration(FontConfiguration)DataLabelOptions.Builder labelColor(String labelColor)
Determines the color of the data labels.
labelColor - Determines the color of the data labels.DataLabelOptions.Builder overlap(String overlap)
Determines whether overlap is enabled or disabled for the data labels.
overlap - Determines whether overlap is enabled or disabled for the data labels.DataLabelOverlap,
DataLabelOverlapDataLabelOptions.Builder overlap(DataLabelOverlap overlap)
Determines whether overlap is enabled or disabled for the data labels.
overlap - Determines whether overlap is enabled or disabled for the data labels.DataLabelOverlap,
DataLabelOverlapDataLabelOptions.Builder totalsVisibility(String totalsVisibility)
Determines the visibility of the total.
totalsVisibility - Determines the visibility of the total.Visibility,
VisibilityDataLabelOptions.Builder totalsVisibility(Visibility totalsVisibility)
Determines the visibility of the total.
totalsVisibility - Determines the visibility of the total.Visibility,
VisibilityCopyright © 2023. All rights reserved.