AnalysisLineChartConfiguration

data class AnalysisLineChartConfiguration(val contributionAnalysisDefaults: List<AnalysisContributionAnalysisDefault>? = null, val dataLabels: AnalysisDataLabelOptions? = null, val defaultSeriesSettings: AnalysisLineChartDefaultSeriesSettings? = null, val fieldWells: AnalysisLineChartFieldWells? = null, val forecastConfigurations: List<AnalysisForecastConfiguration>? = null, val legend: AnalysisLegendOptions? = null, val primaryYAxisDisplayOptions: AnalysisLineSeriesAxisDisplayOptions? = null, val primaryYAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, val referenceLines: List<AnalysisReferenceLine>? = null, val secondaryYAxisDisplayOptions: AnalysisLineSeriesAxisDisplayOptions? = null, val secondaryYAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, val series: List<AnalysisSeriesItem>? = null, val singleAxisOptions: AnalysisSingleAxisOptions? = null, val smallMultiplesOptions: AnalysisSmallMultiplesOptions? = null, val sortConfiguration: AnalysisLineChartSortConfiguration? = null, val tooltip: AnalysisTooltipOptions? = null, val type: AnalysisLineChartType? = null, val visualPalette: AnalysisVisualPalette? = null, val xAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, val xAxisLabelOptions: AnalysisChartAxisLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(contributionAnalysisDefaults: List<AnalysisContributionAnalysisDefault>? = null, dataLabels: AnalysisDataLabelOptions? = null, defaultSeriesSettings: AnalysisLineChartDefaultSeriesSettings? = null, fieldWells: AnalysisLineChartFieldWells? = null, forecastConfigurations: List<AnalysisForecastConfiguration>? = null, legend: AnalysisLegendOptions? = null, primaryYAxisDisplayOptions: AnalysisLineSeriesAxisDisplayOptions? = null, primaryYAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, referenceLines: List<AnalysisReferenceLine>? = null, secondaryYAxisDisplayOptions: AnalysisLineSeriesAxisDisplayOptions? = null, secondaryYAxisLabelOptions: AnalysisChartAxisLabelOptions? = null, series: List<AnalysisSeriesItem>? = null, singleAxisOptions: AnalysisSingleAxisOptions? = null, smallMultiplesOptions: AnalysisSmallMultiplesOptions? = null, sortConfiguration: AnalysisLineChartSortConfiguration? = null, tooltip: AnalysisTooltipOptions? = null, type: AnalysisLineChartType? = null, visualPalette: AnalysisVisualPalette? = null, xAxisDisplayOptions: AnalysisAxisDisplayOptions? = null, xAxisLabelOptions: AnalysisChartAxisLabelOptions? = 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.