TemplateLineChartConfiguration

data class TemplateLineChartConfiguration(val contributionAnalysisDefaults: List<TemplateContributionAnalysisDefault>? = null, val dataLabels: TemplateDataLabelOptions? = null, val defaultSeriesSettings: TemplateLineChartDefaultSeriesSettings? = null, val fieldWells: TemplateLineChartFieldWells? = null, val forecastConfigurations: List<TemplateForecastConfiguration>? = null, val legend: TemplateLegendOptions? = null, val primaryYAxisDisplayOptions: TemplateLineSeriesAxisDisplayOptions? = null, val primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val referenceLines: List<TemplateReferenceLine>? = null, val secondaryYAxisDisplayOptions: TemplateLineSeriesAxisDisplayOptions? = null, val secondaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val series: List<TemplateSeriesItem>? = null, val singleAxisOptions: TemplateSingleAxisOptions? = null, val smallMultiplesOptions: TemplateSmallMultiplesOptions? = null, val sortConfiguration: TemplateLineChartSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null, val type: TemplateLineChartType? = null, val visualPalette: TemplateVisualPalette? = null, val xAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val xAxisLabelOptions: TemplateChartAxisLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(contributionAnalysisDefaults: List<TemplateContributionAnalysisDefault>? = null, dataLabels: TemplateDataLabelOptions? = null, defaultSeriesSettings: TemplateLineChartDefaultSeriesSettings? = null, fieldWells: TemplateLineChartFieldWells? = null, forecastConfigurations: List<TemplateForecastConfiguration>? = null, legend: TemplateLegendOptions? = null, primaryYAxisDisplayOptions: TemplateLineSeriesAxisDisplayOptions? = null, primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, referenceLines: List<TemplateReferenceLine>? = null, secondaryYAxisDisplayOptions: TemplateLineSeriesAxisDisplayOptions? = null, secondaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, series: List<TemplateSeriesItem>? = null, singleAxisOptions: TemplateSingleAxisOptions? = null, smallMultiplesOptions: TemplateSmallMultiplesOptions? = null, sortConfiguration: TemplateLineChartSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null, type: TemplateLineChartType? = null, visualPalette: TemplateVisualPalette? = null, xAxisDisplayOptions: TemplateAxisDisplayOptions? = null, xAxisLabelOptions: TemplateChartAxisLabelOptions? = 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.