default AxisTickLabelOptions.Builder |
AxisTickLabelOptions.Builder.labelOptions(Consumer<LabelOptions.Builder> labelOptions) |
Determines whether or not the axis ticks are visible.
|
default LegendOptions.Builder |
LegendOptions.Builder.title(Consumer<LabelOptions.Builder> title) |
The custom title for the legend.
|
default DateTimePickerControlDisplayOptions.Builder |
DateTimePickerControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions) |
The options to configure the title visibility, name, and font size.
|
default DropDownControlDisplayOptions.Builder |
DropDownControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions) |
The options to configure the title visibility, name, and font size.
|
default ListControlDisplayOptions.Builder |
ListControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions) |
The options to configure the title visibility, name, and font size.
|
default RelativeDateTimeControlDisplayOptions.Builder |
RelativeDateTimeControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions) |
The options to configure the title visibility, name, and font size.
|
default SliderControlDisplayOptions.Builder |
SliderControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions) |
The options to configure the title visibility, name, and font size.
|
default TextAreaControlDisplayOptions.Builder |
TextAreaControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions) |
The options to configure the title visibility, name, and font size.
|
default TextFieldControlDisplayOptions.Builder |
TextFieldControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions) |
The options to configure the title visibility, name, and font size.
|