Class: Aws::QuickSight::Types::AxisLabelOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#apply_toTypes::AxisLabelReferenceOptions

The options that indicate which field the label belongs to.



2327
2328
2329
2330
2331
2332
2333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2327

class AxisLabelOptions < Struct.new(
  :font_configuration,
  :custom_label,
  :apply_to)
  SENSITIVE = []
  include Aws::Structure
end

#custom_labelString

The text for the axis label.

Returns:

  • (String)


2327
2328
2329
2330
2331
2332
2333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2327

class AxisLabelOptions < Struct.new(
  :font_configuration,
  :custom_label,
  :apply_to)
  SENSITIVE = []
  include Aws::Structure
end

#font_configurationTypes::FontConfiguration

The font configuration of the axis label.



2327
2328
2329
2330
2331
2332
2333
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2327

class AxisLabelOptions < Struct.new(
  :font_configuration,
  :custom_label,
  :apply_to)
  SENSITIVE = []
  include Aws::Structure
end