Class: Aws::Types::BarChartConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bars_arrangement"CLUSTERED", ...

Returns the value of attribute bars_arrangement.

Returns:

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


917
918
919
# File 'sig/types.rbs', line 917

def bars_arrangement
  @bars_arrangement
end

#category_axisTypes::AxisDisplayOptions

Returns the value of attribute category_axis.



920
921
922
# File 'sig/types.rbs', line 920

def category_axis
  @category_axis
end

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



921
922
923
# File 'sig/types.rbs', line 921

def category_label_options
  @category_label_options
end

#color_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute color_label_options.



924
925
926
# File 'sig/types.rbs', line 924

def color_label_options
  @color_label_options
end

#contribution_analysis_defaults::Array[Types::ContributionAnalysisDefault]

Returns the value of attribute contribution_analysis_defaults.



931
932
933
# File 'sig/types.rbs', line 931

def contribution_analysis_defaults
  @contribution_analysis_defaults
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



928
929
930
# File 'sig/types.rbs', line 928

def data_labels
  @data_labels
end

#default_series_settingsTypes::BarChartDefaultSeriesSettings

Returns the value of attribute default_series_settings.



925
926
927
# File 'sig/types.rbs', line 925

def default_series_settings
  @default_series_settings
end

#field_wellsTypes::BarChartFieldWells

Returns the value of attribute field_wells.



914
915
916
# File 'sig/types.rbs', line 914

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



932
933
934
# File 'sig/types.rbs', line 932

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



927
928
929
# File 'sig/types.rbs', line 927

def legend
  @legend
end

#orientation"HORIZONTAL", "VERTICAL"

Returns the value of attribute orientation.

Returns:

  • ("HORIZONTAL", "VERTICAL")


916
917
918
# File 'sig/types.rbs', line 916

def orientation
  @orientation
end

#reference_lines::Array[Types::ReferenceLine]

Returns the value of attribute reference_lines.

Returns:



930
931
932
# File 'sig/types.rbs', line 930

def reference_lines
  @reference_lines
end

#series::Array[Types::BarSeriesItem]

Returns the value of attribute series.

Returns:



926
927
928
# File 'sig/types.rbs', line 926

def series
  @series
end

#small_multiples_optionsTypes::SmallMultiplesOptions

Returns the value of attribute small_multiples_options.



919
920
921
# File 'sig/types.rbs', line 919

def small_multiples_options
  @small_multiples_options
end

#sort_configurationTypes::BarChartSortConfiguration

Returns the value of attribute sort_configuration.



915
916
917
# File 'sig/types.rbs', line 915

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



929
930
931
# File 'sig/types.rbs', line 929

def tooltip
  @tooltip
end

#value_axisTypes::AxisDisplayOptions

Returns the value of attribute value_axis.



922
923
924
# File 'sig/types.rbs', line 922

def value_axis
  @value_axis
end

#value_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute value_label_options.



923
924
925
# File 'sig/types.rbs', line 923

def value_label_options
  @value_label_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



918
919
920
# File 'sig/types.rbs', line 918

def visual_palette
  @visual_palette
end