Class: Aws::QuickSight::Types::ChartAxisLabelOptions

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

Instance Attribute Details

#axis_label_optionsArray<Types::AxisLabelOptions>

The label options for a chart axis.

Returns:



3413
3414
3415
3416
3417
3418
3419
# File 'lib/aws-sdk-quicksight/types.rb', line 3413

class ChartAxisLabelOptions < Struct.new(
  :visibility,
  :sort_icon_visibility,
  :axis_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#sort_icon_visibilityString

The visibility configuration of the sort icon on a chart’s axis label.

Returns:

  • (String)


3413
3414
3415
3416
3417
3418
3419
# File 'lib/aws-sdk-quicksight/types.rb', line 3413

class ChartAxisLabelOptions < Struct.new(
  :visibility,
  :sort_icon_visibility,
  :axis_label_options)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The visibility of an axis label on a chart. Choose one of the following options:

  • ‘VISIBLE`: Shows the axis.

  • ‘HIDDEN`: Hides the axis.

Returns:

  • (String)


3413
3414
3415
3416
3417
3418
3419
# File 'lib/aws-sdk-quicksight/types.rb', line 3413

class ChartAxisLabelOptions < Struct.new(
  :visibility,
  :sort_icon_visibility,
  :axis_label_options)
  SENSITIVE = []
  include Aws::Structure
end