TemplateLineChartConfigurationArgs

data class TemplateLineChartConfigurationArgs(val contributionAnalysisDefaults: Output<List<TemplateContributionAnalysisDefaultArgs>>? = null, val dataLabels: Output<TemplateDataLabelOptionsArgs>? = null, val defaultSeriesSettings: Output<TemplateLineChartDefaultSeriesSettingsArgs>? = null, val fieldWells: Output<TemplateLineChartFieldWellsArgs>? = null, val forecastConfigurations: Output<List<TemplateForecastConfigurationArgs>>? = null, val legend: Output<TemplateLegendOptionsArgs>? = null, val primaryYAxisDisplayOptions: Output<TemplateLineSeriesAxisDisplayOptionsArgs>? = null, val primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val referenceLines: Output<List<TemplateReferenceLineArgs>>? = null, val secondaryYAxisDisplayOptions: Output<TemplateLineSeriesAxisDisplayOptionsArgs>? = null, val secondaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val series: Output<List<TemplateSeriesItemArgs>>? = null, val singleAxisOptions: Output<TemplateSingleAxisOptionsArgs>? = null, val smallMultiplesOptions: Output<TemplateSmallMultiplesOptionsArgs>? = null, val sortConfiguration: Output<TemplateLineChartSortConfigurationArgs>? = null, val tooltip: Output<TemplateTooltipOptionsArgs>? = null, val type: Output<TemplateLineChartType>? = null, val visualPalette: Output<TemplateVisualPaletteArgs>? = null, val xAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, val xAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null) : ConvertibleToJava<TemplateLineChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(contributionAnalysisDefaults: Output<List<TemplateContributionAnalysisDefaultArgs>>? = null, dataLabels: Output<TemplateDataLabelOptionsArgs>? = null, defaultSeriesSettings: Output<TemplateLineChartDefaultSeriesSettingsArgs>? = null, fieldWells: Output<TemplateLineChartFieldWellsArgs>? = null, forecastConfigurations: Output<List<TemplateForecastConfigurationArgs>>? = null, legend: Output<TemplateLegendOptionsArgs>? = null, primaryYAxisDisplayOptions: Output<TemplateLineSeriesAxisDisplayOptionsArgs>? = null, primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, referenceLines: Output<List<TemplateReferenceLineArgs>>? = null, secondaryYAxisDisplayOptions: Output<TemplateLineSeriesAxisDisplayOptionsArgs>? = null, secondaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, series: Output<List<TemplateSeriesItemArgs>>? = null, singleAxisOptions: Output<TemplateSingleAxisOptionsArgs>? = null, smallMultiplesOptions: Output<TemplateSmallMultiplesOptionsArgs>? = null, sortConfiguration: Output<TemplateLineChartSortConfigurationArgs>? = null, tooltip: Output<TemplateTooltipOptionsArgs>? = null, type: Output<TemplateLineChartType>? = null, visualPalette: Output<TemplateVisualPaletteArgs>? = null, xAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, xAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null)

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
val legend: Output<TemplateLegendOptionsArgs>? = null

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
val series: Output<List<TemplateSeriesItemArgs>>? = null

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
val tooltip: Output<TemplateTooltipOptionsArgs>? = null

The tooltip configuration of a line chart.

Link copied to clipboard
val type: Output<TemplateLineChartType>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): TemplateLineChartConfigurationArgs