Class: Aws::QuickSight::Types::ChartAxisLabelOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ChartAxisLabelOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The label options for an axis on a chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#axis_label_options ⇒ Array<Types::AxisLabelOptions>
The label options for a chart axis.
-
#sort_icon_visibility ⇒ String
The visibility configuration of the sort icon on a chart’s axis label.
-
#visibility ⇒ String
The visibility of an axis label on a chart.
Instance Attribute Details
#axis_label_options ⇒ Array<Types::AxisLabelOptions>
The label options for a chart axis.
4219 4220 4221 4222 4223 4224 4225 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4219 class ChartAxisLabelOptions < Struct.new( :visibility, :sort_icon_visibility, :axis_label_options) SENSITIVE = [] include Aws::Structure end |
#sort_icon_visibility ⇒ String
The visibility configuration of the sort icon on a chart’s axis label.
4219 4220 4221 4222 4223 4224 4225 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4219 class ChartAxisLabelOptions < Struct.new( :visibility, :sort_icon_visibility, :axis_label_options) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of an axis label on a chart. Choose one of the following options:
-
‘VISIBLE`: Shows the axis.
-
‘HIDDEN`: Hides the axis.
4219 4220 4221 4222 4223 4224 4225 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4219 class ChartAxisLabelOptions < Struct.new( :visibility, :sort_icon_visibility, :axis_label_options) SENSITIVE = [] include Aws::Structure end |