DashboardScatterPlotConfiguration

data class DashboardScatterPlotConfiguration(val dataLabels: DashboardDataLabelOptions? = null, val fieldWells: DashboardScatterPlotFieldWells? = null, val legend: DashboardLegendOptions? = null, val tooltip: DashboardTooltipOptions? = null, val visualPalette: DashboardVisualPalette? = null, val xAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val xAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val yAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val yAxisLabelOptions: DashboardChartAxisLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(dataLabels: DashboardDataLabelOptions? = null, fieldWells: DashboardScatterPlotFieldWells? = null, legend: DashboardLegendOptions? = null, tooltip: DashboardTooltipOptions? = null, visualPalette: DashboardVisualPalette? = null, xAxisDisplayOptions: DashboardAxisDisplayOptions? = null, xAxisLabelOptions: DashboardChartAxisLabelOptions? = null, yAxisDisplayOptions: DashboardAxisDisplayOptions? = null, yAxisLabelOptions: DashboardChartAxisLabelOptions? = 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 legend display setup of the visual.

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.