DashboardRadarChartConfigurationArgs

data class DashboardRadarChartConfigurationArgs(val alternateBandColorsVisibility: Output<DashboardVisibility>? = null, val alternateBandEvenColor: Output<String>? = null, val alternateBandOddColor: Output<String>? = null, val axesRangeScale: Output<DashboardRadarChartAxesRangeScale>? = null, val baseSeriesSettings: Output<DashboardRadarChartSeriesSettingsArgs>? = null, val categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val colorAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, val colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<DashboardRadarChartFieldWellsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val shape: Output<DashboardRadarChartShape>? = null, val sortConfiguration: Output<DashboardRadarChartSortConfigurationArgs>? = null, val startAngle: Output<Double>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null) : ConvertibleToJava<DashboardRadarChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(alternateBandColorsVisibility: Output<DashboardVisibility>? = null, alternateBandEvenColor: Output<String>? = null, alternateBandOddColor: Output<String>? = null, axesRangeScale: Output<DashboardRadarChartAxesRangeScale>? = null, baseSeriesSettings: Output<DashboardRadarChartSeriesSettingsArgs>? = null, categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, colorAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, fieldWells: Output<DashboardRadarChartFieldWellsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, shape: Output<DashboardRadarChartShape>? = null, sortConfiguration: Output<DashboardRadarChartSortConfigurationArgs>? = null, startAngle: Output<Double>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null)

Properties

Link copied to clipboard

Determines the visibility of the colors of alternatign bands in a radar chart.

Link copied to clipboard
val alternateBandEvenColor: Output<String>? = null

The color of the even-numbered alternate bands of a radar chart.

Link copied to clipboard
val alternateBandOddColor: Output<String>? = null

The color of the odd-numbered alternate bands of a radar chart.

Link copied to clipboard

The axis behavior options of a radar chart.

Link copied to clipboard

The base sreies settings of a radar chart.

Link copied to clipboard

The category axis of a radar chart.

Link copied to clipboard

The category label options of a radar chart.

Link copied to clipboard

The color axis of a radar chart.

Link copied to clipboard

The color label options of a radar chart.

Link copied to clipboard

The field well configuration of a RadarChartVisual .

Link copied to clipboard

The general visual interactions setup for a visual.

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

The legend display setup of the visual.

Link copied to clipboard
val shape: Output<DashboardRadarChartShape>? = null

The shape of the radar chart.

Link copied to clipboard

The sort configuration of a RadarChartVisual .

Link copied to clipboard
val startAngle: Output<Double>? = null

The start angle of a radar chart's axis.

Link copied to clipboard

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

Functions

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