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

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

Instance Attribute Details

#apply_toTypes::AxisLabelReferenceOptions

The options that indicate which field the label belongs to.



2433
2434
2435
2436
2437
2438
2439
# File 'lib/aws-sdk-quicksight/types.rb', line 2433

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)


2433
2434
2435
2436
2437
2438
2439
# File 'lib/aws-sdk-quicksight/types.rb', line 2433

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.



2433
2434
2435
2436
2437
2438
2439
# File 'lib/aws-sdk-quicksight/types.rb', line 2433

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