TemplateScatterPlotVisual

data class TemplateScatterPlotVisual(val actions: List<TemplateVisualCustomAction>? = null, val chartConfiguration: TemplateScatterPlotConfiguration? = null, val columnHierarchies: List<TemplateColumnHierarchy>? = null, val subtitle: TemplateVisualSubtitleLabelOptions? = null, val title: TemplateVisualTitleLabelOptions? = null, val visualId: String)

Constructors

Link copied to clipboard
constructor(actions: List<TemplateVisualCustomAction>? = null, chartConfiguration: TemplateScatterPlotConfiguration? = null, columnHierarchies: List<TemplateColumnHierarchy>? = null, subtitle: TemplateVisualSubtitleLabelOptions? = null, title: TemplateVisualTitleLabelOptions? = null, visualId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of custom actions that are configured for a visual.

Link copied to clipboard

The configuration settings of the visual.

Link copied to clipboard

The column hierarchy that is used during drill-downs and drill-ups.

Link copied to clipboard

The subtitle that is displayed on the visual.

Link copied to clipboard

The title that is displayed on the visual.

Link copied to clipboard

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.