Class: Aws::Types::PieChartConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute category_label_options.



8633
8634
8635
# File 'sig/types.rbs', line 8633

def category_label_options
  @category_label_options
end

#contribution_analysis_defaults::Array[Types::ContributionAnalysisDefault]

Returns the value of attribute contribution_analysis_defaults.



8639
8640
8641
# File 'sig/types.rbs', line 8639

def contribution_analysis_defaults
  @contribution_analysis_defaults
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



8636
8637
8638
# File 'sig/types.rbs', line 8636

def data_labels
  @data_labels
end

#donut_optionsTypes::DonutOptions

Returns the value of attribute donut_options.

Returns:



8631
8632
8633
# File 'sig/types.rbs', line 8631

def donut_options
  @donut_options
end

#field_wellsTypes::PieChartFieldWells

Returns the value of attribute field_wells.



8629
8630
8631
# File 'sig/types.rbs', line 8629

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



8640
8641
8642
# File 'sig/types.rbs', line 8640

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



8635
8636
8637
# File 'sig/types.rbs', line 8635

def legend
  @legend
end

#small_multiples_optionsTypes::SmallMultiplesOptions

Returns the value of attribute small_multiples_options.



8632
8633
8634
# File 'sig/types.rbs', line 8632

def small_multiples_options
  @small_multiples_options
end

#sort_configurationTypes::PieChartSortConfiguration

Returns the value of attribute sort_configuration.



8630
8631
8632
# File 'sig/types.rbs', line 8630

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



8637
8638
8639
# File 'sig/types.rbs', line 8637

def tooltip
  @tooltip
end

#value_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute value_label_options.



8634
8635
8636
# File 'sig/types.rbs', line 8634

def value_label_options
  @value_label_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



8638
8639
8640
# File 'sig/types.rbs', line 8638

def visual_palette
  @visual_palette
end