DashboardComboChartConfigurationArgs

constructor(barDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, barsArrangement: Output<DashboardBarsArrangement>? = null, categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, fieldWells: Output<DashboardComboChartFieldWellsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, lineDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, primaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, primaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, secondaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, secondaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, singleAxisOptions: Output<DashboardSingleAxisOptionsArgs>? = null, sortConfiguration: Output<DashboardComboChartSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null)