Class: Aws::Types::LineChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LineChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contribution_analysis_defaults ⇒ ::Array[Types::ContributionAnalysisDefault]
Returns the value of attribute contribution_analysis_defaults.
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#default_series_settings ⇒ Types::LineChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
-
#field_wells ⇒ Types::LineChartFieldWells
Returns the value of attribute field_wells.
-
#forecast_configurations ⇒ ::Array[Types::ForecastConfiguration]
Returns the value of attribute forecast_configurations.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#primary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
-
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
-
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
-
#secondary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
Returns the value of attribute secondary_y_axis_display_options.
-
#secondary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute secondary_y_axis_label_options.
-
#series ⇒ ::Array[Types::SeriesItem]
Returns the value of attribute series.
-
#single_axis_options ⇒ Types::SingleAxisOptions
Returns the value of attribute single_axis_options.
-
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
-
#sort_configuration ⇒ Types::LineChartSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#type ⇒ "LINE", ...
Returns the value of attribute type.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
-
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
-
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
Instance Attribute Details
#contribution_analysis_defaults ⇒ ::Array[Types::ContributionAnalysisDefault]
Returns the value of attribute contribution_analysis_defaults.
7237 7238 7239 |
# File 'sig/types.rbs', line 7237 def contribution_analysis_defaults @contribution_analysis_defaults end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
7234 7235 7236 |
# File 'sig/types.rbs', line 7234 def data_labels @data_labels end |
#default_series_settings ⇒ Types::LineChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
7231 7232 7233 |
# File 'sig/types.rbs', line 7231 def default_series_settings @default_series_settings end |
#field_wells ⇒ Types::LineChartFieldWells
Returns the value of attribute field_wells.
7219 7220 7221 |
# File 'sig/types.rbs', line 7219 def field_wells @field_wells end |
#forecast_configurations ⇒ ::Array[Types::ForecastConfiguration]
Returns the value of attribute forecast_configurations.
7221 7222 7223 |
# File 'sig/types.rbs', line 7221 def forecast_configurations @forecast_configurations end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
7239 7240 7241 |
# File 'sig/types.rbs', line 7239 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
7233 7234 7235 |
# File 'sig/types.rbs', line 7233 def legend @legend end |
#primary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
7226 7227 7228 |
# File 'sig/types.rbs', line 7226 def @primary_y_axis_display_options end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
7227 7228 7229 |
# File 'sig/types.rbs', line 7227 def @primary_y_axis_label_options end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
7235 7236 7237 |
# File 'sig/types.rbs', line 7235 def reference_lines @reference_lines end |
#secondary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
Returns the value of attribute secondary_y_axis_display_options.
7228 7229 7230 |
# File 'sig/types.rbs', line 7228 def @secondary_y_axis_display_options end |
#secondary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute secondary_y_axis_label_options.
7229 7230 7231 |
# File 'sig/types.rbs', line 7229 def @secondary_y_axis_label_options end |
#series ⇒ ::Array[Types::SeriesItem]
Returns the value of attribute series.
7232 7233 7234 |
# File 'sig/types.rbs', line 7232 def series @series end |
#single_axis_options ⇒ Types::SingleAxisOptions
Returns the value of attribute single_axis_options.
7230 7231 7232 |
# File 'sig/types.rbs', line 7230 def @single_axis_options end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
7223 7224 7225 |
# File 'sig/types.rbs', line 7223 def @small_multiples_options end |
#sort_configuration ⇒ Types::LineChartSortConfiguration
Returns the value of attribute sort_configuration.
7220 7221 7222 |
# File 'sig/types.rbs', line 7220 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
7236 7237 7238 |
# File 'sig/types.rbs', line 7236 def tooltip @tooltip end |
#type ⇒ "LINE", ...
Returns the value of attribute type.
7222 7223 7224 |
# File 'sig/types.rbs', line 7222 def type @type end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
7238 7239 7240 |
# File 'sig/types.rbs', line 7238 def visual_palette @visual_palette end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
7224 7225 7226 |
# File 'sig/types.rbs', line 7224 def @x_axis_display_options end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
7225 7226 7227 |
# File 'sig/types.rbs', line 7225 def @x_axis_label_options end |