TemplateScatterPlotConfiguration

data class TemplateScatterPlotConfiguration(val dataLabels: TemplateDataLabelOptions? = null, val fieldWells: TemplateScatterPlotFieldWells? = null, val legend: TemplateLegendOptions? = null, val tooltip: TemplateTooltipOptions? = null, val visualPalette: TemplateVisualPalette? = null, val xAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val xAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val yAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val yAxisLabelOptions: TemplateChartAxisLabelOptions? = null)

Constructors

Link copied to clipboard
fun TemplateScatterPlotConfiguration(dataLabels: TemplateDataLabelOptions? = null, fieldWells: TemplateScatterPlotFieldWells? = null, legend: TemplateLegendOptions? = null, tooltip: TemplateTooltipOptions? = null, visualPalette: TemplateVisualPalette? = null, xAxisDisplayOptions: TemplateAxisDisplayOptions? = null, xAxisLabelOptions: TemplateChartAxisLabelOptions? = null, yAxisDisplayOptions: TemplateAxisDisplayOptions? = null, yAxisLabelOptions: TemplateChartAxisLabelOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard