AnalysisFilledMapConfigurationArgs

data class AnalysisFilledMapConfigurationArgs(val fieldWells: Output<AnalysisFilledMapFieldWellsArgs>? = null, val legend: Output<AnalysisLegendOptionsArgs>? = null, val mapStyleOptions: Output<AnalysisGeospatialMapStyleOptionsArgs>? = null, val sortConfiguration: Output<AnalysisFilledMapSortConfigurationArgs>? = null, val tooltip: Output<AnalysisTooltipOptionsArgs>? = null, val windowOptions: Output<AnalysisGeospatialWindowOptionsArgs>? = null) : ConvertibleToJava<AnalysisFilledMapConfigurationArgs>

Constructors

Link copied to clipboard
constructor(fieldWells: Output<AnalysisFilledMapFieldWellsArgs>? = null, legend: Output<AnalysisLegendOptionsArgs>? = null, mapStyleOptions: Output<AnalysisGeospatialMapStyleOptionsArgs>? = null, sortConfiguration: Output<AnalysisFilledMapSortConfigurationArgs>? = null, tooltip: Output<AnalysisTooltipOptionsArgs>? = null, windowOptions: Output<AnalysisGeospatialWindowOptionsArgs>? = null)

Properties

Link copied to clipboard

The field wells of the visual.

Link copied to clipboard
val legend: Output<AnalysisLegendOptionsArgs>? = null

The legend display setup of the visual.

Link copied to clipboard

The map style options of the filled map visual.

Link copied to clipboard

The sort configuration of a FilledMapVisual .

Link copied to clipboard
val tooltip: Output<AnalysisTooltipOptionsArgs>? = null

The tooltip display setup of the visual.

Link copied to clipboard

The window options of the filled map visual.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisFilledMapConfigurationArgs