DashboardComboChartConfiguration

data class DashboardComboChartConfiguration(val barDataLabels: DashboardDataLabelOptions? = null, val barsArrangement: DashboardBarsArrangement? = null, val categoryAxis: DashboardAxisDisplayOptions? = null, val categoryLabelOptions: DashboardChartAxisLabelOptions? = null, val colorLabelOptions: DashboardChartAxisLabelOptions? = null, val fieldWells: DashboardComboChartFieldWells? = null, val legend: DashboardLegendOptions? = null, val lineDataLabels: DashboardDataLabelOptions? = null, val primaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val referenceLines: List<DashboardReferenceLine>? = null, val secondaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val secondaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val sortConfiguration: DashboardComboChartSortConfiguration? = null, val tooltip: DashboardTooltipOptions? = null, val visualPalette: DashboardVisualPalette? = null)

Constructors

Link copied to clipboard
fun DashboardComboChartConfiguration(barDataLabels: DashboardDataLabelOptions? = null, barsArrangement: DashboardBarsArrangement? = null, categoryAxis: DashboardAxisDisplayOptions? = null, categoryLabelOptions: DashboardChartAxisLabelOptions? = null, colorLabelOptions: DashboardChartAxisLabelOptions? = null, fieldWells: DashboardComboChartFieldWells? = null, legend: DashboardLegendOptions? = null, lineDataLabels: DashboardDataLabelOptions? = null, primaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, referenceLines: List<DashboardReferenceLine>? = null, secondaryYAxisDisplayOptions: DashboardAxisDisplayOptions? = null, secondaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, sortConfiguration: DashboardComboChartSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null, visualPalette: DashboardVisualPalette? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard