DashboardLineChartConfiguration

data class DashboardLineChartConfiguration(val contributionAnalysisDefaults: List<DashboardContributionAnalysisDefault>? = null, val dataLabels: DashboardDataLabelOptions? = null, val defaultSeriesSettings: DashboardLineChartDefaultSeriesSettings? = null, val fieldWells: DashboardLineChartFieldWells? = null, val forecastConfigurations: List<DashboardForecastConfiguration>? = null, val legend: DashboardLegendOptions? = null, val primaryYAxisDisplayOptions: DashboardLineSeriesAxisDisplayOptions? = null, val primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val referenceLines: List<DashboardReferenceLine>? = null, val secondaryYAxisDisplayOptions: DashboardLineSeriesAxisDisplayOptions? = null, val secondaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val series: List<DashboardSeriesItem>? = null, val singleAxisOptions: DashboardSingleAxisOptions? = null, val smallMultiplesOptions: DashboardSmallMultiplesOptions? = null, val sortConfiguration: DashboardLineChartSortConfiguration? = null, val tooltip: DashboardTooltipOptions? = null, val type: DashboardLineChartType? = null, val visualPalette: DashboardVisualPalette? = null, val xAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val xAxisLabelOptions: DashboardChartAxisLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(contributionAnalysisDefaults: List<DashboardContributionAnalysisDefault>? = null, dataLabels: DashboardDataLabelOptions? = null, defaultSeriesSettings: DashboardLineChartDefaultSeriesSettings? = null, fieldWells: DashboardLineChartFieldWells? = null, forecastConfigurations: List<DashboardForecastConfiguration>? = null, legend: DashboardLegendOptions? = null, primaryYAxisDisplayOptions: DashboardLineSeriesAxisDisplayOptions? = null, primaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, referenceLines: List<DashboardReferenceLine>? = null, secondaryYAxisDisplayOptions: DashboardLineSeriesAxisDisplayOptions? = null, secondaryYAxisLabelOptions: DashboardChartAxisLabelOptions? = null, series: List<DashboardSeriesItem>? = null, singleAxisOptions: DashboardSingleAxisOptions? = null, smallMultiplesOptions: DashboardSmallMultiplesOptions? = null, sortConfiguration: DashboardLineChartSortConfiguration? = null, tooltip: DashboardTooltipOptions? = null, type: DashboardLineChartType? = null, visualPalette: DashboardVisualPalette? = null, xAxisDisplayOptions: DashboardAxisDisplayOptions? = null, xAxisLabelOptions: DashboardChartAxisLabelOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default configuration of a line chart's contribution analysis.

Link copied to clipboard

The data label configuration of a line chart.

Link copied to clipboard

The options that determine the default presentation of all line series in LineChartVisual .

Link copied to clipboard

The field well configuration of a line chart.

Link copied to clipboard

The forecast configuration of a line chart.

Link copied to clipboard

The legend configuration of a line chart.

Link copied to clipboard

The series axis configuration of a line chart.

Link copied to clipboard

The options that determine the presentation of the y-axis label.

Link copied to clipboard

The reference lines configuration of a line chart.

Link copied to clipboard

The series axis configuration of a line chart.

Link copied to clipboard

The options that determine the presentation of the secondary y-axis label.

Link copied to clipboard

The series item configuration of a line chart.

Link copied to clipboard
Link copied to clipboard

The small multiples setup for the visual.

Link copied to clipboard

The sort configuration of a line chart.

Link copied to clipboard

The tooltip configuration of a line chart.

Link copied to clipboard

Determines the type of the line chart.

Link copied to clipboard

The visual palette configuration of a line chart.

Link copied to clipboard

The options that determine the presentation of the x-axis.

Link copied to clipboard

The options that determine the presentation of the x-axis label.