public static interface DataBarsOptions.Builder extends SdkPojo, CopyableBuilder<DataBarsOptions.Builder,DataBarsOptions>
| Modifier and Type | Method and Description |
|---|---|
DataBarsOptions.Builder |
fieldId(String fieldId)
The field ID for the data bars options.
|
DataBarsOptions.Builder |
negativeColor(String negativeColor)
The color of the negative data bar.
|
DataBarsOptions.Builder |
positiveColor(String positiveColor)
The color of the positive data bar.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataBarsOptions.Builder fieldId(String fieldId)
The field ID for the data bars options.
fieldId - The field ID for the data bars options.DataBarsOptions.Builder positiveColor(String positiveColor)
The color of the positive data bar.
positiveColor - The color of the positive data bar.DataBarsOptions.Builder negativeColor(String negativeColor)
The color of the negative data bar.
negativeColor - The color of the negative data bar.Copyright © 2023. All rights reserved.