Class: Aws::QuickSight::Types::AxisLabelOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AxisLabelOptions
- Defined in:
- gems/aws-sdk-quicksight/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.
3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3004 class AxisLabelOptions < Struct.new( :font_configuration, :custom_label, :apply_to) SENSITIVE = [] include Aws::Structure end |
#custom_label ⇒ String
The text for the axis label.
3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3004 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.
3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3004 class AxisLabelOptions < Struct.new( :font_configuration, :custom_label, :apply_to) SENSITIVE = [] include Aws::Structure end |