Class: Aws::Types::ComboChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ComboChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bar_data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute bar_data_labels.
-
#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.
-
#default_series_settings ⇒ Types::ComboChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
-
#field_wells ⇒ Types::ComboChartFieldWells
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.
-
#line_data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute line_data_labels.
-
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
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::AxisDisplayOptions
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::ComboSeriesItem]
Returns the value of attribute series.
-
#single_axis_options ⇒ Types::SingleAxisOptions
Returns the value of attribute single_axis_options.
-
#sort_configuration ⇒ Types::ComboChartSortConfiguration
Returns the value of attribute sort_configuration.
-
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
Instance Attribute Details
#bar_data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute bar_data_labels.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def @bar_data_labels end |
#bars_arrangement ⇒ "CLUSTERED", ...
Returns the value of attribute bars_arrangement.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def @bars_arrangement end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def @category_label_options end |
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def @color_label_options end |
#default_series_settings ⇒ Types::ComboChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def default_series_settings @default_series_settings end |
#field_wells ⇒ Types::ComboChartFieldWells
Returns the value of attribute field_wells.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def legend @legend end |
#line_data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute line_data_labels.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def line_data_labels @line_data_labels end |
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def @primary_y_axis_display_options end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def @primary_y_axis_label_options end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def reference_lines @reference_lines end |
#secondary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute secondary_y_axis_display_options.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def @secondary_y_axis_display_options end |
#secondary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute secondary_y_axis_label_options.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def @secondary_y_axis_label_options end |
#series ⇒ ::Array[Types::ComboSeriesItem]
Returns the value of attribute series.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def series @series end |
#single_axis_options ⇒ Types::SingleAxisOptions
Returns the value of attribute single_axis_options.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def @single_axis_options end |
#sort_configuration ⇒ Types::ComboChartSortConfiguration
Returns the value of attribute sort_configuration.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def visual_palette @visual_palette end |