Class: Aws::QuickSight::Types::AxisLabelOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisLabelOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The label options for a chart axis. You must specify the field that the label is targeted to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apply_to ⇒ Types::AxisLabelReferenceOptions
The options that indicate which field the label belongs to.
-
#custom_label ⇒ String
The text for the axis label.
-
#font_configuration ⇒ Types::FontConfiguration
The font configuration of the axis label.
Instance Attribute Details
#apply_to ⇒ Types::AxisLabelReferenceOptions
The options that indicate which field the label belongs to.
2566 2567 2568 2569 2570 2571 2572 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2566 class AxisLabelOptions < Struct.new( :font_configuration, :custom_label, :apply_to) SENSITIVE = [] include Aws::Structure end |
#custom_label ⇒ String
The text for the axis label.
2566 2567 2568 2569 2570 2571 2572 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2566 class AxisLabelOptions < Struct.new( :font_configuration, :custom_label, :apply_to) SENSITIVE = [] include Aws::Structure end |
#font_configuration ⇒ Types::FontConfiguration
The font configuration of the axis label.
2566 2567 2568 2569 2570 2571 2572 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2566 class AxisLabelOptions < Struct.new( :font_configuration, :custom_label, :apply_to) SENSITIVE = [] include Aws::Structure end |