Dashboard Combo Chart Configuration Args
data class DashboardComboChartConfigurationArgs(val barDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val barsArrangement: Output<DashboardBarsArrangement>? = null, val categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val fieldWells: Output<DashboardComboChartFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val lineDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val primaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val primaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val referenceLines: Output<List<DashboardReferenceLineArgs>>? = null, val secondaryYAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val secondaryYAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<DashboardComboChartSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null) : ConvertibleToJava<DashboardComboChartConfigurationArgs>
Constructors
Link copied to clipboard
fun DashboardComboChartConfigurationArgs(barDataLabels: Output<DashboardDataLabelOptionsArgs>? = null, barsArrangement: Output<DashboardBarsArrangement>? = null, categoryAxis: Output<DashboardAxisDisplayOptionsArgs>? = null, categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, colorLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, fieldWells: Output<DashboardComboChartFieldWellsArgs>? = 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, sortConfiguration: Output<DashboardComboChartSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null)