Class: Aws::Types::RadarChartConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RadarChartConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_band_colors_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute alternate_band_colors_visibility.
-
#alternate_band_even_color ⇒ ::String
Returns the value of attribute alternate_band_even_color.
-
#alternate_band_odd_color ⇒ ::String
Returns the value of attribute alternate_band_odd_color.
-
#axes_range_scale ⇒ "AUTO", ...
Returns the value of attribute axes_range_scale.
-
#base_series_settings ⇒ Types::RadarChartSeriesSettings
Returns the value of attribute base_series_settings.
-
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
-
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
-
#color_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute color_axis.
-
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
-
#field_wells ⇒ Types::RadarChartFieldWells
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.
-
#shape ⇒ "CIRCLE", "POLYGON"
Returns the value of attribute shape.
-
#sort_configuration ⇒ Types::RadarChartSortConfiguration
Returns the value of attribute sort_configuration.
-
#start_angle ⇒ ::Float
Returns the value of attribute start_angle.
-
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
Instance Attribute Details
#alternate_band_colors_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute alternate_band_colors_visibility.
9402 9403 9404 |
# File 'sig/types.rbs', line 9402 def alternate_band_colors_visibility @alternate_band_colors_visibility end |
#alternate_band_even_color ⇒ ::String
Returns the value of attribute alternate_band_even_color.
9403 9404 9405 |
# File 'sig/types.rbs', line 9403 def alternate_band_even_color @alternate_band_even_color end |
#alternate_band_odd_color ⇒ ::String
Returns the value of attribute alternate_band_odd_color.
9404 9405 9406 |
# File 'sig/types.rbs', line 9404 def alternate_band_odd_color @alternate_band_odd_color end |
#axes_range_scale ⇒ "AUTO", ...
Returns the value of attribute axes_range_scale.
9410 9411 9412 |
# File 'sig/types.rbs', line 9410 def axes_range_scale @axes_range_scale end |
#base_series_settings ⇒ Types::RadarChartSeriesSettings
Returns the value of attribute base_series_settings.
9399 9400 9401 |
# File 'sig/types.rbs', line 9399 def base_series_settings @base_series_settings end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
9405 9406 9407 |
# File 'sig/types.rbs', line 9405 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
9406 9407 9408 |
# File 'sig/types.rbs', line 9406 def @category_label_options end |
#color_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute color_axis.
9407 9408 9409 |
# File 'sig/types.rbs', line 9407 def color_axis @color_axis end |
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
9408 9409 9410 |
# File 'sig/types.rbs', line 9408 def @color_label_options end |
#field_wells ⇒ Types::RadarChartFieldWells
Returns the value of attribute field_wells.
9396 9397 9398 |
# File 'sig/types.rbs', line 9396 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
9411 9412 9413 |
# File 'sig/types.rbs', line 9411 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
9409 9410 9411 |
# File 'sig/types.rbs', line 9409 def legend @legend end |
#shape ⇒ "CIRCLE", "POLYGON"
Returns the value of attribute shape.
9398 9399 9400 |
# File 'sig/types.rbs', line 9398 def shape @shape end |
#sort_configuration ⇒ Types::RadarChartSortConfiguration
Returns the value of attribute sort_configuration.
9397 9398 9399 |
# File 'sig/types.rbs', line 9397 def sort_configuration @sort_configuration end |
#start_angle ⇒ ::Float
Returns the value of attribute start_angle.
9400 9401 9402 |
# File 'sig/types.rbs', line 9400 def start_angle @start_angle end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
9401 9402 9403 |
# File 'sig/types.rbs', line 9401 def visual_palette @visual_palette end |