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.



8984
8985
8986
# File 'sig/types.rbs', line 8984

def category_label_options
  @category_label_options
end

#contribution_analysis_defaults::Array[Types::ContributionAnalysisDefault]

Returns the value of attribute contribution_analysis_defaults.



8990
8991
8992
# File 'sig/types.rbs', line 8990

def contribution_analysis_defaults
  @contribution_analysis_defaults
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



8987
8988
8989
# File 'sig/types.rbs', line 8987

def data_labels
  @data_labels
end

#donut_optionsTypes::DonutOptions

Returns the value of attribute donut_options.

Returns:



8982
8983
8984
# File 'sig/types.rbs', line 8982

def donut_options
  @donut_options
end

#field_wellsTypes::PieChartFieldWells

Returns the value of attribute field_wells.



8980
8981
8982
# File 'sig/types.rbs', line 8980

def field_wells
  @field_wells
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



8991
8992
8993
# File 'sig/types.rbs', line 8991

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



8986
8987
8988
# File 'sig/types.rbs', line 8986

def legend
  @legend
end

#small_multiples_optionsTypes::SmallMultiplesOptions

Returns the value of attribute small_multiples_options.



8983
8984
8985
# File 'sig/types.rbs', line 8983

def small_multiples_options
  @small_multiples_options
end

#sort_configurationTypes::PieChartSortConfiguration

Returns the value of attribute sort_configuration.



8981
8982
8983
# File 'sig/types.rbs', line 8981

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



8988
8989
8990
# File 'sig/types.rbs', line 8988

def tooltip
  @tooltip
end

#value_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute value_label_options.



8985
8986
8987
# File 'sig/types.rbs', line 8985

def value_label_options
  @value_label_options
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



8989
8990
8991
# File 'sig/types.rbs', line 8989

def visual_palette
  @visual_palette
end