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.



1903
1904
1905
# File 'sig/types.rbs', line 1903

def bar_data_labels
  @bar_data_labels
end

#bars_arrangement"CLUSTERED", ...

Returns the value of attribute bars_arrangement.

Returns:

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


1891
1892
1893
# File 'sig/types.rbs', line 1891

def bars_arrangement
  @bars_arrangement
end

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

Returns the value of attribute category_label_options.



1893
1894
1895
# File 'sig/types.rbs', line 1893

def category_label_options
  @category_label_options
end

#color_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute color_label_options.



1899
1900
1901
# File 'sig/types.rbs', line 1899

def color_label_options
  @color_label_options
end

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

Returns the value of attribute field_wells.



1889
1890
1891
# File 'sig/types.rbs', line 1889

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



1908
1909
1910
# File 'sig/types.rbs', line 1908

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



1902
1903
1904
# File 'sig/types.rbs', line 1902

def legend
  @legend
end

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

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

#reference_lines::Array[Types::ReferenceLine]

Returns the value of attribute reference_lines.

Returns:



1906
1907
1908
# File 'sig/types.rbs', line 1906

def reference_lines
  @reference_lines
end

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

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

#series::Array[Types::ComboSeriesItem]

Returns the value of attribute series.

Returns:



1901
1902
1903
# File 'sig/types.rbs', line 1901

def series
  @series
end

#single_axis_optionsTypes::SingleAxisOptions

Returns the value of attribute single_axis_options.



1898
1899
1900
# File 'sig/types.rbs', line 1898

def single_axis_options
  @single_axis_options
end

#sort_configurationTypes::ComboChartSortConfiguration

Returns the value of attribute sort_configuration.



1890
1891
1892
# File 'sig/types.rbs', line 1890

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



1905
1906
1907
# File 'sig/types.rbs', line 1905

def tooltip
  @tooltip
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



1907
1908
1909
# File 'sig/types.rbs', line 1907

def visual_palette
  @visual_palette
end