Class: Aws::QuickSight::Types::SmallMultiplesAxisProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Configures the properties of a chart’s axes that are used by small multiples panels.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#placementString

Defines the placement of the axis. By default, axes are rendered ‘OUTSIDE` of the panels. Axes with `INDEPENDENT` scale are rendered `INSIDE` the panels.

Returns:

  • (String)


26273
26274
26275
26276
26277
26278
# File 'lib/aws-sdk-quicksight/types.rb', line 26273

class SmallMultiplesAxisProperties < Struct.new(
  :scale,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#scaleString

Determines whether scale of the axes are shared or independent. The default value is ‘SHARED`.

Returns:

  • (String)


26273
26274
26275
26276
26277
26278
# File 'lib/aws-sdk-quicksight/types.rb', line 26273

class SmallMultiplesAxisProperties < Struct.new(
  :scale,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end