public static interface FieldSeriesItem.Builder extends SdkPojo, CopyableBuilder<FieldSeriesItem.Builder,FieldSeriesItem>
| Modifier and Type | Method and Description |
|---|---|
FieldSeriesItem.Builder |
axisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
|
FieldSeriesItem.Builder |
axisBinding(String axisBinding)
The axis that you are binding the field to.
|
FieldSeriesItem.Builder |
fieldId(String fieldId)
The field ID of the field for which you are setting the axis binding.
|
default FieldSeriesItem.Builder |
settings(Consumer<LineChartSeriesSettings.Builder> settings)
The options that determine the presentation of line series associated to the field.
|
FieldSeriesItem.Builder |
settings(LineChartSeriesSettings settings)
The options that determine the presentation of line series associated to the field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFieldSeriesItem.Builder fieldId(String fieldId)
The field ID of the field for which you are setting the axis binding.
fieldId - The field ID of the field for which you are setting the axis binding.FieldSeriesItem.Builder axisBinding(String axisBinding)
The axis that you are binding the field to.
axisBinding - The axis that you are binding the field to.AxisBinding,
AxisBindingFieldSeriesItem.Builder axisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
axisBinding - The axis that you are binding the field to.AxisBinding,
AxisBindingFieldSeriesItem.Builder settings(LineChartSeriesSettings settings)
The options that determine the presentation of line series associated to the field.
settings - The options that determine the presentation of line series associated to the field.default FieldSeriesItem.Builder settings(Consumer<LineChartSeriesSettings.Builder> settings)
The options that determine the presentation of line series associated to the field.
This is a convenience method that creates an instance of theLineChartSeriesSettings.Builder avoiding
the need to create one manually via LineChartSeriesSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to settings(LineChartSeriesSettings).
settings - a consumer that will call methods on LineChartSeriesSettings.Buildersettings(LineChartSeriesSettings)Copyright © 2023. All rights reserved.