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")


976
977
978
# File 'sig/types.rbs', line 976

def bars_arrangement
  @bars_arrangement
end

#category_axisTypes::AxisDisplayOptions

Returns the value of attribute category_axis.



979
980
981
# File 'sig/types.rbs', line 979

def category_axis
  @category_axis
end

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



980
981
982
# File 'sig/types.rbs', line 980

def category_label_options
  @category_label_options
end

#color_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute color_label_options.



983
984
985
# File 'sig/types.rbs', line 983

def color_label_options
  @color_label_options
end

#contribution_analysis_defaults::Array[Types::ContributionAnalysisDefault]

Returns the value of attribute contribution_analysis_defaults.



990
991
992
# File 'sig/types.rbs', line 990

def contribution_analysis_defaults
  @contribution_analysis_defaults
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



987
988
989
# File 'sig/types.rbs', line 987

def data_labels
  @data_labels
end

#default_series_settingsTypes::BarChartDefaultSeriesSettings

Returns the value of attribute default_series_settings.



984
985
986
# File 'sig/types.rbs', line 984

def default_series_settings
  @default_series_settings
end

#field_wellsTypes::BarChartFieldWells

Returns the value of attribute field_wells.



973
974
975
# File 'sig/types.rbs', line 973

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



991
992
993
# File 'sig/types.rbs', line 991

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



986
987
988
# File 'sig/types.rbs', line 986

def legend
  @legend
end

#orientation"HORIZONTAL", "VERTICAL"

Returns the value of attribute orientation.

Returns:

  • ("HORIZONTAL", "VERTICAL")


975
976
977
# File 'sig/types.rbs', line 975

def orientation
  @orientation
end

#reference_lines::Array[Types::ReferenceLine]

Returns the value of attribute reference_lines.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def reference_lines
  @reference_lines
end

#series::Array[Types::BarSeriesItem]

Returns the value of attribute series.

Returns:



985
986
987
# File 'sig/types.rbs', line 985

def series
  @series
end

#small_multiples_optionsTypes::SmallMultiplesOptions

Returns the value of attribute small_multiples_options.



978
979
980
# File 'sig/types.rbs', line 978

def small_multiples_options
  @small_multiples_options
end

#sort_configurationTypes::BarChartSortConfiguration

Returns the value of attribute sort_configuration.



974
975
976
# File 'sig/types.rbs', line 974

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



988
989
990
# File 'sig/types.rbs', line 988

def tooltip
  @tooltip
end

#value_axisTypes::AxisDisplayOptions

Returns the value of attribute value_axis.



981
982
983
# File 'sig/types.rbs', line 981

def value_axis
  @value_axis
end

#value_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute value_label_options.



982
983
984
# File 'sig/types.rbs', line 982

def value_label_options
  @value_label_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



977
978
979
# File 'sig/types.rbs', line 977

def visual_palette
  @visual_palette
end