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.



13592
13593
13594
# File 'sig/types.rbs', line 13592

def category_axis_display_options
  @category_axis_display_options
end

#category_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_axis_label_options.



13591
13592
13593
# File 'sig/types.rbs', line 13591

def category_axis_label_options
  @category_axis_label_options
end

#color_configurationTypes::WaterfallChartColorConfiguration

Returns the value of attribute color_configuration.



13598
13599
13600
# File 'sig/types.rbs', line 13598

def color_configuration
  @color_configuration
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



13596
13597
13598
# File 'sig/types.rbs', line 13596

def data_labels
  @data_labels
end

#field_wellsTypes::WaterfallChartFieldWells

Returns the value of attribute field_wells.



13588
13589
13590
# File 'sig/types.rbs', line 13588

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



13599
13600
13601
# File 'sig/types.rbs', line 13599

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



13595
13596
13597
# File 'sig/types.rbs', line 13595

def legend
  @legend
end

#primary_y_axis_display_optionsTypes::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
  @primary_y_axis_display_options
end

#primary_y_axis_label_optionsTypes::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
  @primary_y_axis_label_options
end

#sort_configurationTypes::WaterfallChartSortConfiguration

Returns the value of attribute sort_configuration.



13589
13590
13591
# File 'sig/types.rbs', line 13589

def sort_configuration
  @sort_configuration
end

#visual_paletteTypes::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_optionsTypes::WaterfallChartOptions

Returns the value of attribute waterfall_chart_options.



13590
13591
13592
# File 'sig/types.rbs', line 13590

def waterfall_chart_options
  @waterfall_chart_options
end