Class: Aws::Types::WaterfallChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WaterfallChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis_display_options.
-
#category_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_axis_label_options.
-
#color_configuration ⇒ Types::WaterfallChartColorConfiguration
Returns the value of attribute color_configuration.
-
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
-
#field_wells ⇒ Types::WaterfallChartFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
-
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
-
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
-
#sort_configuration ⇒ Types::WaterfallChartSortConfiguration
Returns the value of attribute sort_configuration.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
-
#waterfall_chart_options ⇒ Types::WaterfallChartOptions
Returns the value of attribute waterfall_chart_options.
Instance Attribute Details
#category_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis_display_options.
13123 13124 13125 |
# File 'sig/types.rbs', line 13123 def @category_axis_display_options end |
#category_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_axis_label_options.
13122 13123 13124 |
# File 'sig/types.rbs', line 13122 def @category_axis_label_options end |
#color_configuration ⇒ Types::WaterfallChartColorConfiguration
Returns the value of attribute color_configuration.
13129 13130 13131 |
# File 'sig/types.rbs', line 13129 def color_configuration @color_configuration end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
13127 13128 13129 |
# File 'sig/types.rbs', line 13127 def data_labels @data_labels end |
#field_wells ⇒ Types::WaterfallChartFieldWells
Returns the value of attribute field_wells.
13119 13120 13121 |
# File 'sig/types.rbs', line 13119 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
13130 13131 13132 |
# File 'sig/types.rbs', line 13130 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
13126 13127 13128 |
# File 'sig/types.rbs', line 13126 def legend @legend end |
#primary_y_axis_display_options ⇒ Types::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 end |
#primary_y_axis_label_options ⇒ Types::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 end |
#sort_configuration ⇒ Types::WaterfallChartSortConfiguration
Returns the value of attribute sort_configuration.
13120 13121 13122 |
# File 'sig/types.rbs', line 13120 def sort_configuration @sort_configuration end |
#visual_palette ⇒ Types::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_options ⇒ Types::WaterfallChartOptions
Returns the value of attribute waterfall_chart_options.
13121 13122 13123 |
# File 'sig/types.rbs', line 13121 def @waterfall_chart_options end |