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.
9034 9035 9036 |
# File 'sig/types.rbs', line 9034 def alternate_band_colors_visibility @alternate_band_colors_visibility end |
#alternate_band_even_color ⇒ ::String
Returns the value of attribute alternate_band_even_color.
9035 9036 9037 |
# File 'sig/types.rbs', line 9035 def alternate_band_even_color @alternate_band_even_color end |
#alternate_band_odd_color ⇒ ::String
Returns the value of attribute alternate_band_odd_color.
9036 9037 9038 |
# File 'sig/types.rbs', line 9036 def alternate_band_odd_color @alternate_band_odd_color end |
#axes_range_scale ⇒ "AUTO", ...
Returns the value of attribute axes_range_scale.
9042 9043 9044 |
# File 'sig/types.rbs', line 9042 def axes_range_scale @axes_range_scale end |
#base_series_settings ⇒ Types::RadarChartSeriesSettings
Returns the value of attribute base_series_settings.
9031 9032 9033 |
# File 'sig/types.rbs', line 9031 def base_series_settings @base_series_settings end |
#category_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute category_axis.
9037 9038 9039 |
# File 'sig/types.rbs', line 9037 def category_axis @category_axis end |
#category_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute category_label_options.
9038 9039 9040 |
# File 'sig/types.rbs', line 9038 def @category_label_options end |
#color_axis ⇒ Types::AxisDisplayOptions
Returns the value of attribute color_axis.
9039 9040 9041 |
# File 'sig/types.rbs', line 9039 def color_axis @color_axis end |
#color_label_options ⇒ Types::ChartAxisLabelOptions
Returns the value of attribute color_label_options.
9040 9041 9042 |
# File 'sig/types.rbs', line 9040 def @color_label_options end |
#field_wells ⇒ Types::RadarChartFieldWells
Returns the value of attribute field_wells.
9028 9029 9030 |
# File 'sig/types.rbs', line 9028 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
9043 9044 9045 |
# File 'sig/types.rbs', line 9043 def interactions @interactions end |
#legend ⇒ Types::LegendOptions
Returns the value of attribute legend.
9041 9042 9043 |
# File 'sig/types.rbs', line 9041 def legend @legend end |
#shape ⇒ "CIRCLE", "POLYGON"
Returns the value of attribute shape.
9030 9031 9032 |
# File 'sig/types.rbs', line 9030 def shape @shape end |
#sort_configuration ⇒ Types::RadarChartSortConfiguration
Returns the value of attribute sort_configuration.
9029 9030 9031 |
# File 'sig/types.rbs', line 9029 def sort_configuration @sort_configuration end |
#start_angle ⇒ ::Float
Returns the value of attribute start_angle.
9032 9033 9034 |
# File 'sig/types.rbs', line 9032 def start_angle @start_angle end |
#visual_palette ⇒ Types::VisualPalette
Returns the value of attribute visual_palette.
9033 9034 9035 |
# File 'sig/types.rbs', line 9033 def visual_palette @visual_palette end |