TemplateRadarChartConfigurationArgs

data class TemplateRadarChartConfigurationArgs(val alternateBandColorsVisibility: Output<TemplateVisibility>? = null, val alternateBandEvenColor: Output<String>? = null, val alternateBandOddColor: Output<String>? = null, val axesRangeScale: Output<TemplateRadarChartAxesRangeScale>? = null, val baseSeriesSettings: Output<TemplateRadarChartSeriesSettingsArgs>? = null, val categoryAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val colorAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, val colorLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<TemplateRadarChartFieldWellsArgs>? = null, val legend: Output<TemplateLegendOptionsArgs>? = null, val shape: Output<TemplateRadarChartShape>? = null, val sortConfiguration: Output<TemplateRadarChartSortConfigurationArgs>? = null, val startAngle: Output<Double>? = null, val visualPalette: Output<TemplateVisualPaletteArgs>? = null) : ConvertibleToJava<TemplateRadarChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(alternateBandColorsVisibility: Output<TemplateVisibility>? = null, alternateBandEvenColor: Output<String>? = null, alternateBandOddColor: Output<String>? = null, axesRangeScale: Output<TemplateRadarChartAxesRangeScale>? = null, baseSeriesSettings: Output<TemplateRadarChartSeriesSettingsArgs>? = null, categoryAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, colorAxis: Output<TemplateAxisDisplayOptionsArgs>? = null, colorLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, fieldWells: Output<TemplateRadarChartFieldWellsArgs>? = null, legend: Output<TemplateLegendOptionsArgs>? = null, shape: Output<TemplateRadarChartShape>? = null, sortConfiguration: Output<TemplateRadarChartSortConfigurationArgs>? = null, startAngle: Output<Double>? = null, visualPalette: Output<TemplateVisualPaletteArgs>? = 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<TemplateLegendOptionsArgs>? = null

The legend display setup of the visual.

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