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.
3796 3797 3798 3799 3800 3801 3802 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3796 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.
3796 3797 3798 3799 3800 3801 3802 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3796 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.
3796 3797 3798 3799 3800 3801 3802 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3796 class ChartAxisLabelOptions < Struct.new( :visibility, :sort_icon_visibility, :axis_label_options) SENSITIVE = [] include Aws::Structure end |