Class: Aws::Types::ComboChartConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bar_data_labelsTypes::DataLabelOptions

Returns the value of attribute bar_data_labels.



1822
1823
1824
# File 'sig/types.rbs', line 1822

def bar_data_labels
  @bar_data_labels
end

#bars_arrangement"CLUSTERED", ...

Returns the value of attribute bars_arrangement.

Returns:

  • ("CLUSTERED", "STACKED", "STACKED_PERCENT")


1810
1811
1812
# File 'sig/types.rbs', line 1810

def bars_arrangement
  @bars_arrangement
end

#category_axisTypes::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_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



1812
1813
1814
# File 'sig/types.rbs', line 1812

def category_label_options
  @category_label_options
end

#color_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute color_label_options.



1818
1819
1820
# File 'sig/types.rbs', line 1818

def color_label_options
  @color_label_options
end

#default_series_settingsTypes::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_wellsTypes::ComboChartFieldWells

Returns the value of attribute field_wells.



1808
1809
1810
# File 'sig/types.rbs', line 1808

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



1827
1828
1829
# File 'sig/types.rbs', line 1827

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



1821
1822
1823
# File 'sig/types.rbs', line 1821

def legend
  @legend
end

#line_data_labelsTypes::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_optionsTypes::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
  @primary_y_axis_display_options
end

#primary_y_axis_label_optionsTypes::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
  @primary_y_axis_label_options
end

#reference_lines::Array[Types::ReferenceLine]

Returns the value of attribute reference_lines.

Returns:



1825
1826
1827
# File 'sig/types.rbs', line 1825

def reference_lines
  @reference_lines
end

#secondary_y_axis_display_optionsTypes::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
  @secondary_y_axis_display_options
end

#secondary_y_axis_label_optionsTypes::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
  @secondary_y_axis_label_options
end

#series::Array[Types::ComboSeriesItem]

Returns the value of attribute series.

Returns:



1820
1821
1822
# File 'sig/types.rbs', line 1820

def series
  @series
end

#single_axis_optionsTypes::SingleAxisOptions

Returns the value of attribute single_axis_options.



1817
1818
1819
# File 'sig/types.rbs', line 1817

def single_axis_options
  @single_axis_options
end

#sort_configurationTypes::ComboChartSortConfiguration

Returns the value of attribute sort_configuration.



1809
1810
1811
# File 'sig/types.rbs', line 1809

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



1824
1825
1826
# File 'sig/types.rbs', line 1824

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



1826
1827
1828
# File 'sig/types.rbs', line 1826

def visual_palette
  @visual_palette
end