Interface CfnAnalysis.ScatterPlotConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ScatterPlotConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.ScatterPlotConfigurationPropertystatic final classAn implementation forCfnAnalysis.ScatterPlotConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe options that determine if visual data labels are displayed.default ObjectThe field wells of the visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend display setup of the visual.default ObjectThe sort configuration of a scatter plot.default ObjectThe legend display setup of the visual.default ObjectThe palette (chart color) display setup of the visual.default ObjectThe label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.default ObjectThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.default ObjectThe label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.default ObjectThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLabels
The options that determine if visual data labels are displayed.Returns union: either
IResolvableorCfnAnalysis.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnAnalysis.ScatterPlotFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.LegendOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a scatter plot.Returns union: either
IResolvableorCfnAnalysis.ScatterPlotSortConfigurationProperty- See Also:
-
getTooltip
The legend display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.TooltipOptionsProperty- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.VisualPaletteProperty- See Also:
-
getXAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getXAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getYAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getYAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
builder
-