@Generated(value="software.amazon.awssdk:codegen") public final class ScatterPlotConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScatterPlotConfiguration.Builder,ScatterPlotConfiguration>
The configuration of a scatter plot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScatterPlotConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScatterPlotConfiguration.Builder |
builder() |
DataLabelOptions |
dataLabels()
The options that determine if visual data labels are displayed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ScatterPlotFieldWells |
fieldWells()
The field wells of the visual.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LegendOptions |
legend()
The legend display setup of the visual.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScatterPlotConfiguration.Builder> |
serializableBuilderClass() |
ScatterPlotConfiguration.Builder |
toBuilder() |
TooltipOptions |
tooltip()
The legend display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
VisualPalette |
visualPalette()
The palette (chart color) display setup of the visual.
|
AxisDisplayOptions |
xAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
|
ChartAxisLabelOptions |
xAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
|
AxisDisplayOptions |
yAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
|
ChartAxisLabelOptions |
yAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ScatterPlotFieldWells fieldWells()
The field wells of the visual.
public final ChartAxisLabelOptions xAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
public final AxisDisplayOptions xAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
public final ChartAxisLabelOptions yAxisLabelOptions()
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
public final AxisDisplayOptions yAxisDisplayOptions()
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
public final LegendOptions legend()
The legend display setup of the visual.
public final DataLabelOptions dataLabels()
The options that determine if visual data labels are displayed.
public final TooltipOptions tooltip()
The legend display setup of the visual.
public final VisualPalette visualPalette()
The palette (chart color) display setup of the visual.
public ScatterPlotConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScatterPlotConfiguration.Builder,ScatterPlotConfiguration>public static ScatterPlotConfiguration.Builder builder()
public static Class<? extends ScatterPlotConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.