Class: Aws::Types::WaterfallChartConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute category_axis_display_options.



13123
13124
13125
# File 'sig/types.rbs', line 13123

def category_axis_display_options
  @category_axis_display_options
end

#category_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_axis_label_options.



13122
13123
13124
# File 'sig/types.rbs', line 13122

def category_axis_label_options
  @category_axis_label_options
end

#color_configurationTypes::WaterfallChartColorConfiguration

Returns the value of attribute color_configuration.



13129
13130
13131
# File 'sig/types.rbs', line 13129

def color_configuration
  @color_configuration
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



13127
13128
13129
# File 'sig/types.rbs', line 13127

def data_labels
  @data_labels
end

#field_wellsTypes::WaterfallChartFieldWells

Returns the value of attribute field_wells.



13119
13120
13121
# File 'sig/types.rbs', line 13119

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



13130
13131
13132
# File 'sig/types.rbs', line 13130

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



13126
13127
13128
# File 'sig/types.rbs', line 13126

def legend
  @legend
end

#primary_y_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute primary_y_axis_display_options.



13125
13126
13127
# File 'sig/types.rbs', line 13125

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.



13124
13125
13126
# File 'sig/types.rbs', line 13124

def primary_y_axis_label_options
  @primary_y_axis_label_options
end

#sort_configurationTypes::WaterfallChartSortConfiguration

Returns the value of attribute sort_configuration.



13120
13121
13122
# File 'sig/types.rbs', line 13120

def sort_configuration
  @sort_configuration
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



13128
13129
13130
# File 'sig/types.rbs', line 13128

def visual_palette
  @visual_palette
end

#waterfall_chart_optionsTypes::WaterfallChartOptions

Returns the value of attribute waterfall_chart_options.



13121
13122
13123
# File 'sig/types.rbs', line 13121

def waterfall_chart_options
  @waterfall_chart_options
end