Dashboard Radar Chart Configuration Args
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 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
fun DashboardRadarChartConfigurationArgs(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, legend: Output<DashboardLegendOptionsArgs>? = null, shape: Output<DashboardRadarChartShape>? = null, sortConfiguration: Output<DashboardRadarChartSortConfigurationArgs>? = null, startAngle: Output<Double>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null)