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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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.
24144 24145 24146 24147 24148 24149 24150 24151 24152 24153 24154 24155 24156 24157 24158 24159 24160 24161 24162 24163 24164 24165 24166 24167 24168 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24144 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 |