Class: Aws::Types::BarChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BarChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bars_arrangement ⇒ "CLUSTERED", ...
Returns the value of attribute bars_arrangement.
-
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
-
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
-
#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::BarChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
-
#field_wells ⇒ Types::BarChartFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#orientation ⇒ "HORIZONTAL", "VERTICAL"
Returns the value of attribute orientation.
-
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
-
#series ⇒ ::Array[Types::BarSeriesItem]
Returns the value of attribute series.
-
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
-
#sort_configuration ⇒ Types::BarChartSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#value_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute value_axis.
-
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
Instance Attribute Details
#bars_arrangement ⇒ "CLUSTERED", ...
Returns the value of attribute bars_arrangement.
917 918 919 |
# File 'sig/types.rbs', line 917 def @bars_arrangement end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
920 921 922 |
# File 'sig/types.rbs', line 920 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
921 922 923 |
# File 'sig/types.rbs', line 921 def @category_label_options end |
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
924 925 926 |
# File 'sig/types.rbs', line 924 def @color_label_options end |
#contribution_analysis_defaults ⇒ ::Array[Types::ContributionAnalysisDefault]
Returns the value of attribute contribution_analysis_defaults.
931 932 933 |
# File 'sig/types.rbs', line 931 def contribution_analysis_defaults @contribution_analysis_defaults end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
928 929 930 |
# File 'sig/types.rbs', line 928 def data_labels @data_labels end |
#default_series_settings ⇒ Types::BarChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
925 926 927 |
# File 'sig/types.rbs', line 925 def default_series_settings @default_series_settings end |
#field_wells ⇒ Types::BarChartFieldWells
Returns the value of attribute field_wells.
914 915 916 |
# File 'sig/types.rbs', line 914 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
932 933 934 |
# File 'sig/types.rbs', line 932 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
927 928 929 |
# File 'sig/types.rbs', line 927 def legend @legend end |
#orientation ⇒ "HORIZONTAL", "VERTICAL"
Returns the value of attribute orientation.
916 917 918 |
# File 'sig/types.rbs', line 916 def orientation @orientation end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
930 931 932 |
# File 'sig/types.rbs', line 930 def reference_lines @reference_lines end |
#series ⇒ ::Array[Types::BarSeriesItem]
Returns the value of attribute series.
926 927 928 |
# File 'sig/types.rbs', line 926 def series @series end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
919 920 921 |
# File 'sig/types.rbs', line 919 def @small_multiples_options end |
#sort_configuration ⇒ Types::BarChartSortConfiguration
Returns the value of attribute sort_configuration.
915 916 917 |
# File 'sig/types.rbs', line 915 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
929 930 931 |
# File 'sig/types.rbs', line 929 def tooltip @tooltip end |
#value_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute value_axis.
922 923 924 |
# File 'sig/types.rbs', line 922 def value_axis @value_axis end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
923 924 925 |
# File 'sig/types.rbs', line 923 def @value_label_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
918 919 920 |
# File 'sig/types.rbs', line 918 def visual_palette @visual_palette end |