AnalysisScatterPlotConfiguration

data class AnalysisScatterPlotConfiguration(val dataLabels: AnalysisDataLabelOptions? = null, val fieldWells: AnalysisScatterPlotFieldWells? = null, val interactions: AnalysisVisualInteractionOptions? = null, val legend: AnalysisLegendOptions? = null, val sortConfiguration: AnalysisScatterPlotSortConfiguration? = null, val tooltip: AnalysisTooltipOptions? = null, val visualPalette: AnalysisVisualPalette? = null, val xAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, val xAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, val yAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, val yAxisLabelOptions: AnalysisChartAxisLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(dataLabels: AnalysisDataLabelOptions? = null, fieldWells: AnalysisScatterPlotFieldWells? = null, interactions: AnalysisVisualInteractionOptions? = null, legend: AnalysisLegendOptions? = null, sortConfiguration: AnalysisScatterPlotSortConfiguration? = null, tooltip: AnalysisTooltipOptions? = null, visualPalette: AnalysisVisualPalette? = null, xAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, xAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, yAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, yAxisLabelOptions: AnalysisChartAxisLabelOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The options that determine if visual data labels are displayed.

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard

The general visual interactions setup for a visual.

Link copied to clipboard

The legend display setup of the visual.

Link copied to clipboard

The sort configuration of a scatter plot.

Link copied to clipboard

The legend display setup of the visual.

Link copied to clipboard

The palette (chart color) display setup of the visual.

Link copied to clipboard

The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.

Link copied to clipboard

The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.

Link copied to clipboard

The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.