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.
7522 7523 7524 |
# File 'sig/types.rbs', line 7522 def contribution_analysis_defaults @contribution_analysis_defaults end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
7519 7520 7521 |
# File 'sig/types.rbs', line 7519 def data_labels @data_labels end |
#default_series_settings ⇒ Types::LineChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
7516 7517 7518 |
# File 'sig/types.rbs', line 7516 def default_series_settings @default_series_settings end |
#field_wells ⇒ Types::LineChartFieldWells
Returns the value of attribute field_wells.
7504 7505 7506 |
# File 'sig/types.rbs', line 7504 def field_wells @field_wells end |
#forecast_configurations ⇒ ::Array[Types::ForecastConfiguration]
Returns the value of attribute forecast_configurations.
7506 7507 7508 |
# File 'sig/types.rbs', line 7506 def forecast_configurations @forecast_configurations end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
7524 7525 7526 |
# File 'sig/types.rbs', line 7524 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
7518 7519 7520 |
# File 'sig/types.rbs', line 7518 def legend @legend end |
#primary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
7511 7512 7513 |
# File 'sig/types.rbs', line 7511 def @primary_y_axis_display_options end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
7512 7513 7514 |
# File 'sig/types.rbs', line 7512 def @primary_y_axis_label_options end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
7520 7521 7522 |
# File 'sig/types.rbs', line 7520 def reference_lines @reference_lines end |
#secondary_y_axis_display_options ⇒ Types::LineSeriesAxisDisplayOptions
Returns the value of attribute secondary_y_axis_display_options.
7513 7514 7515 |
# File 'sig/types.rbs', line 7513 def @secondary_y_axis_display_options end |
#secondary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute secondary_y_axis_label_options.
7514 7515 7516 |
# File 'sig/types.rbs', line 7514 def @secondary_y_axis_label_options end |
#series ⇒ ::Array[Types::SeriesItem]
Returns the value of attribute series.
7517 7518 7519 |
# File 'sig/types.rbs', line 7517 def series @series end |
#single_axis_options ⇒ Types::SingleAxisOptions
Returns the value of attribute single_axis_options.
7515 7516 7517 |
# File 'sig/types.rbs', line 7515 def @single_axis_options end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
7508 7509 7510 |
# File 'sig/types.rbs', line 7508 def @small_multiples_options end |
#sort_configuration ⇒ Types::LineChartSortConfiguration
Returns the value of attribute sort_configuration.
7505 7506 7507 |
# File 'sig/types.rbs', line 7505 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
7521 7522 7523 |
# File 'sig/types.rbs', line 7521 def tooltip @tooltip end |
#type ⇒ "LINE", ...
Returns the value of attribute type.
7507 7508 7509 |
# File 'sig/types.rbs', line 7507 def type @type end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
7523 7524 7525 |
# File 'sig/types.rbs', line 7523 def visual_palette @visual_palette end |
#x_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute x_axis_display_options.
7509 7510 7511 |
# File 'sig/types.rbs', line 7509 def @x_axis_display_options end |
#x_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute x_axis_label_options.
7510 7511 7512 |
# File 'sig/types.rbs', line 7510 def @x_axis_label_options end |