Dashboard Radar Chart Configuration Args
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)