public static interface DataFieldSeriesItem.Builder extends SdkPojo, CopyableBuilder<DataFieldSeriesItem.Builder,DataFieldSeriesItem>
| Modifier and Type | Method and Description |
|---|---|
DataFieldSeriesItem.Builder |
axisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
|
DataFieldSeriesItem.Builder |
axisBinding(String axisBinding)
The axis that you are binding the field to.
|
DataFieldSeriesItem.Builder |
fieldId(String fieldId)
The field ID of the field that you are setting the axis binding to.
|
DataFieldSeriesItem.Builder |
fieldValue(String fieldValue)
The field value of the field that you are setting the axis binding to.
|
default DataFieldSeriesItem.Builder |
settings(Consumer<LineChartSeriesSettings.Builder> settings)
The options that determine the presentation of line series associated to the field.
|
DataFieldSeriesItem.Builder |
settings(LineChartSeriesSettings settings)
The options that determine the presentation of line series associated to the field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataFieldSeriesItem.Builder fieldId(String fieldId)
The field ID of the field that you are setting the axis binding to.
fieldId - The field ID of the field that you are setting the axis binding to.DataFieldSeriesItem.Builder fieldValue(String fieldValue)
The field value of the field that you are setting the axis binding to.
fieldValue - The field value of the field that you are setting the axis binding to.DataFieldSeriesItem.Builder axisBinding(String axisBinding)
The axis that you are binding the field to.
axisBinding - The axis that you are binding the field to.AxisBinding,
AxisBindingDataFieldSeriesItem.Builder axisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
axisBinding - The axis that you are binding the field to.AxisBinding,
AxisBindingDataFieldSeriesItem.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 DataFieldSeriesItem.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.