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.
976 977 978 |
# File 'sig/types.rbs', line 976 def @bars_arrangement end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
979 980 981 |
# File 'sig/types.rbs', line 979 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
980 981 982 |
# File 'sig/types.rbs', line 980 def @category_label_options end |
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
983 984 985 |
# File 'sig/types.rbs', line 983 def @color_label_options end |
#contribution_analysis_defaults ⇒ ::Array[Types::ContributionAnalysisDefault]
Returns the value of attribute contribution_analysis_defaults.
990 991 992 |
# File 'sig/types.rbs', line 990 def contribution_analysis_defaults @contribution_analysis_defaults end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
987 988 989 |
# File 'sig/types.rbs', line 987 def data_labels @data_labels end |
#default_series_settings ⇒ Types::BarChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
984 985 986 |
# File 'sig/types.rbs', line 984 def default_series_settings @default_series_settings end |
#field_wells ⇒ Types::BarChartFieldWells
Returns the value of attribute field_wells.
973 974 975 |
# File 'sig/types.rbs', line 973 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
991 992 993 |
# File 'sig/types.rbs', line 991 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
986 987 988 |
# File 'sig/types.rbs', line 986 def legend @legend end |
#orientation ⇒ "HORIZONTAL", "VERTICAL"
Returns the value of attribute orientation.
975 976 977 |
# File 'sig/types.rbs', line 975 def orientation @orientation end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
989 990 991 |
# File 'sig/types.rbs', line 989 def reference_lines @reference_lines end |
#series ⇒ ::Array[Types::BarSeriesItem]
Returns the value of attribute series.
985 986 987 |
# File 'sig/types.rbs', line 985 def series @series end |
#small_multiples_options ⇒ Types::SmallMultiplesOptions
Returns the value of attribute small_multiples_options.
978 979 980 |
# File 'sig/types.rbs', line 978 def @small_multiples_options end |
#sort_configuration ⇒ Types::BarChartSortConfiguration
Returns the value of attribute sort_configuration.
974 975 976 |
# File 'sig/types.rbs', line 974 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
988 989 990 |
# File 'sig/types.rbs', line 988 def tooltip @tooltip end |
#value_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute value_axis.
981 982 983 |
# File 'sig/types.rbs', line 981 def value_axis @value_axis end |
#value_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute value_label_options.
982 983 984 |
# File 'sig/types.rbs', line 982 def @value_label_options end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
977 978 979 |
# File 'sig/types.rbs', line 977 def visual_palette @visual_palette end |