AnalysisRadarChartConfigurationArgs

data class AnalysisRadarChartConfigurationArgs(val alternateBandColorsVisibility: Output<AnalysisVisibility>? = null, val alternateBandEvenColor: Output<String>? = null, val alternateBandOddColor: Output<String>? = null, val axesRangeScale: Output<AnalysisRadarChartAxesRangeScale>? = null, val baseSeriesSettings: Output<AnalysisRadarChartSeriesSettingsArgs>? = null, val categoryAxis: Output<AnalysisAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, val colorAxis: Output<AnalysisAxisDisplayOptionsArgs>? = null, val colorLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<AnalysisRadarChartFieldWellsArgs>? = null, val legend: Output<AnalysisLegendOptionsArgs>? = null, val shape: Output<AnalysisRadarChartShape>? = null, val sortConfiguration: Output<AnalysisRadarChartSortConfigurationArgs>? = null, val startAngle: Output<Double>? = null, val visualPalette: Output<AnalysisVisualPaletteArgs>? = null) : ConvertibleToJava<AnalysisRadarChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(alternateBandColorsVisibility: Output<AnalysisVisibility>? = null, alternateBandEvenColor: Output<String>? = null, alternateBandOddColor: Output<String>? = null, axesRangeScale: Output<AnalysisRadarChartAxesRangeScale>? = null, baseSeriesSettings: Output<AnalysisRadarChartSeriesSettingsArgs>? = null, categoryAxis: Output<AnalysisAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, colorAxis: Output<AnalysisAxisDisplayOptionsArgs>? = null, colorLabelOptions: Output<AnalysisChartAxisLabelOptionsArgs>? = null, fieldWells: Output<AnalysisRadarChartFieldWellsArgs>? = null, legend: Output<AnalysisLegendOptionsArgs>? = null, shape: Output<AnalysisRadarChartShape>? = null, sortConfiguration: Output<AnalysisRadarChartSortConfigurationArgs>? = null, startAngle: Output<Double>? = null, visualPalette: Output<AnalysisVisualPaletteArgs>? = 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
val legend: Output<AnalysisLegendOptionsArgs>? = null

The legend display setup of the visual.

Link copied to clipboard
val shape: Output<AnalysisRadarChartShape>? = 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(): AnalysisRadarChartConfigurationArgs