ScatterPlotConfiguration
The configuration of a scatter plot.
Contents
Note
In the following list, the required parameters are described first.
- DataLabels
-
The options that determine if visual data labels are displayed.
Type: DataLabelOptions object
Required: No
- FieldWells
-
The field wells of the visual.
Type: ScatterPlotFieldWells object
Required: No
- Interactions
-
The general visual interactions setup for a visual.
Type: VisualInteractionOptions object
Required: No
- Legend
-
The legend display setup of the visual.
Type: LegendOptions object
Required: No
- SortConfiguration
-
The sort configuration of a scatter plot.
Type: ScatterPlotSortConfiguration object
Required: No
- Tooltip
-
The legend display setup of the visual.
Type: TooltipOptions object
Required: No
- VisualPalette
-
The palette (chart color) display setup of the visual.
Type: VisualPalette object
Required: No
- XAxisDisplayOptions
-
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
Type: AxisDisplayOptions object
Required: No
- XAxisLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
Type: ChartAxisLabelOptions object
Required: No
- YAxisDisplayOptions
-
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
Type: AxisDisplayOptions object
Required: No
- YAxisLabelOptions
-
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
Type: ChartAxisLabelOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: