Class: Aws::QuickSight::Types::LineChartConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LineChartConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a line chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contribution_analysis_defaults ⇒ Array<Types::ContributionAnalysisDefault>
The default configuration of a line chart's contribution analysis.
-
#data_labels ⇒ Types::DataLabelOptions
The data label configuration of a line chart.
-
#default_series_settings ⇒ Types::LineChartDefaultSeriesSettings
The options that determine the default presentation of all line series in
LineChartVisual. -
#field_wells ⇒ Types::LineChartFieldWells
The field well configuration of a line chart.
-
#forecast_configurations ⇒ Array<Types::ForecastConfiguration>
The forecast configuration of a line chart.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#legend ⇒ Types::LegendOptions
The legend configuration of a line chart.
-
#primary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
The series axis configuration of a line chart.
-
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the y-axis label.
-
#reference_lines ⇒ Array<Types::ReferenceLine>
The reference lines configuration of a line chart.
-
#secondary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
The series axis configuration of a line chart.
-
#secondary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the secondary y-axis label.
-
#series ⇒ Array<Types::SeriesItem>
The series item configuration of a line chart.
-
#single_axis_options ⇒ Types::SingleAxisOptions
The settings of a chart's single axis configuration.
-
#small_multiples_options ⇒ Types::SmallMultiplesOptions
The small multiples setup for the visual.
-
#sort_configuration ⇒ Types::LineChartSortConfiguration
The sort configuration of a line chart.
-
#tooltip ⇒ Types::TooltipOptions
The tooltip configuration of a line chart.
-
#type ⇒ String
Determines the type of the line chart.
-
#visual_palette ⇒ Types::VisualPalette
The visual palette configuration of a line chart.
-
#x_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the x-axis.
-
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the x-axis label.
Instance Attribute Details
#contribution_analysis_defaults ⇒ Array<Types::ContributionAnalysisDefault>
The default configuration of a line chart's contribution analysis.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#data_labels ⇒ Types::DataLabelOptions
The data label configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#default_series_settings ⇒ Types::LineChartDefaultSeriesSettings
The options that determine the default presentation of all line
series in LineChartVisual.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#field_wells ⇒ Types::LineChartFieldWells
The field well configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#forecast_configurations ⇒ Array<Types::ForecastConfiguration>
The forecast configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#legend ⇒ Types::LegendOptions
The legend configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#primary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
The series axis configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the y-axis label.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#reference_lines ⇒ Array<Types::ReferenceLine>
The reference lines configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#secondary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
The series axis configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#secondary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the secondary y-axis label.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#series ⇒ Array<Types::SeriesItem>
The series item configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#single_axis_options ⇒ Types::SingleAxisOptions
The settings of a chart's single axis configuration.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
The small multiples setup for the visual.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::LineChartSortConfiguration
The sort configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#tooltip ⇒ Types::TooltipOptions
The tooltip configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Determines the type of the line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#visual_palette ⇒ Types::VisualPalette
The visual palette configuration of a line chart.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the x-axis.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
The options that determine the presentation of the x-axis label.
25278 25279 25280 25281 25282 25283 25284 25285 25286 25287 25288 25289 25290 25291 25292 25293 25294 25295 25296 25297 25298 25299 25300 25301 25302 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278 class LineChartConfiguration < Struct.new( :field_wells, :sort_configuration, :forecast_configurations, :type, :small_multiples_options, :x_axis_display_options, :x_axis_label_options, :primary_y_axis_display_options, :primary_y_axis_label_options, :secondary_y_axis_display_options, :secondary_y_axis_label_options, :single_axis_options, :default_series_settings, :series, :legend, :data_labels, :reference_lines, :tooltip, :contribution_analysis_defaults, :visual_palette, :interactions) SENSITIVE = [] include Aws::Structure end |