primaryYAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
- Returns:
- The label display options (grid line, range, scale, axis step) of a box plot category.
Serializable
, SdkPojo
, ToCopyableBuilder<BoxPlotChartConfiguration.Builder,BoxPlotChartConfiguration>
The configuration of a BoxPlotVisual
.
final BoxPlotOptions
builder()
final AxisDisplayOptions
final ChartAxisLabelOptions
final boolean
final boolean
equalsBySdkFields(Object obj)
final BoxPlotFieldWells
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final int
hashCode()
final boolean
final LegendOptions
legend()
final AxisDisplayOptions
final ChartAxisLabelOptions
final List<ReferenceLine>
static Class<? extends BoxPlotChartConfiguration.Builder>
final BoxPlotSortConfiguration
BoxPlotVisual
.final TooltipOptions
tooltip()
final String
toString()
final VisualPalette
copy
The field wells of the visual.
The sort configuration of a BoxPlotVisual
.
BoxPlotVisual
.The box plot chart options for a box plot visual
The label display options (grid line, range, scale, axis step) of a box plot category.
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
The label display options (grid line, range, scale, axis step) of a box plot category.
The label options (label text, label visibility and sort icon visibility) of a box plot value.
The tooltip display setup of the visual.
isEmpty()
method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.The reference line setup of the visual.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasReferenceLines()
method.
The palette (chart color) display setup of the visual.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BoxPlotChartConfiguration.Builder,BoxPlotChartConfiguration>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared with