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.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def @bar_data_labels end |
#bars_arrangement ⇒ "CLUSTERED", ...
Returns the value of attribute bars_arrangement.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def @bars_arrangement end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def @category_label_options end |
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def @color_label_options end |
#default_series_settings ⇒ Types::ComboChartDefaultSeriesSettings
Returns the value of attribute default_series_settings.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def default_series_settings @default_series_settings end |
#field_wells ⇒ Types::ComboChartFieldWells
Returns the value of attribute field_wells.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def legend @legend end |
#line_data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute line_data_labels.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 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.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def @primary_y_axis_display_options end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def @primary_y_axis_label_options end |
#reference_lines ⇒ ::Array[Types::ReferenceLine]
Returns the value of attribute reference_lines.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def reference_lines @reference_lines end |
#secondary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute secondary_y_axis_display_options.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def @secondary_y_axis_display_options end |
#secondary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute secondary_y_axis_label_options.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def @secondary_y_axis_label_options end |
#series ⇒ ::Array[Types::ComboSeriesItem]
Returns the value of attribute series.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def series @series end |
#single_axis_options ⇒ Types::SingleAxisOptions
Returns the value of attribute single_axis_options.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def @single_axis_options end |
#sort_configuration ⇒ Types::ComboChartSortConfiguration
Returns the value of attribute sort_configuration.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def sort_configuration @sort_configuration end |
#tooltip ⇒ Types::TooltipOptions
Returns the value of attribute tooltip.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def tooltip @tooltip end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def visual_palette @visual_palette end |