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.
13592 13593 13594 |
# File 'sig/types.rbs', line 13592 def @category_axis_display_options end |
#category_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_axis_label_options.
13591 13592 13593 |
# File 'sig/types.rbs', line 13591 def @category_axis_label_options end |
#color_configuration ⇒ Types::WaterfallChartColorConfiguration
Returns the value of attribute color_configuration.
13598 13599 13600 |
# File 'sig/types.rbs', line 13598 def color_configuration @color_configuration end |
#data_labels ⇒ Types::DataLabelOptions
Returns the value of attribute data_labels.
13596 13597 13598 |
# File 'sig/types.rbs', line 13596 def data_labels @data_labels end |
#field_wells ⇒ Types::WaterfallChartFieldWells
Returns the value of attribute field_wells.
13588 13589 13590 |
# File 'sig/types.rbs', line 13588 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
13599 13600 13601 |
# File 'sig/types.rbs', line 13599 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
13595 13596 13597 |
# File 'sig/types.rbs', line 13595 def legend @legend end |
#primary_y_axis_display_options ⇒ Types::AxisDisplayOptions
Returns the value of attribute primary_y_axis_display_options.
13594 13595 13596 |
# File 'sig/types.rbs', line 13594 def @primary_y_axis_display_options end |
#primary_y_axis_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute primary_y_axis_label_options.
13593 13594 13595 |
# File 'sig/types.rbs', line 13593 def @primary_y_axis_label_options end |
#sort_configuration ⇒ Types::WaterfallChartSortConfiguration
Returns the value of attribute sort_configuration.
13589 13590 13591 |
# File 'sig/types.rbs', line 13589 def sort_configuration @sort_configuration end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
13597 13598 13599 |
# File 'sig/types.rbs', line 13597 def visual_palette @visual_palette end |
#waterfall_chart_options ⇒ Types::WaterfallChartOptions
Returns the value of attribute waterfall_chart_options.
13590 13591 13592 |
# File 'sig/types.rbs', line 13590 def @waterfall_chart_options end |