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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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
.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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.
22625 22626 22627 22628 22629 22630 22631 22632 22633 22634 22635 22636 22637 22638 22639 22640 22641 22642 22643 22644 22645 22646 22647 22648 22649 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22625 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 |