Class: Aws::QuickSight::Types::YAxisOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::YAxisOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that are available for a single Y axis in a chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#y_axis ⇒ String
The Y axis type to be used in the chart.
Instance Attribute Details
#y_axis ⇒ String
The Y axis type to be used in the chart.
If you choose PRIMARY_Y_AXIS
, the primary Y Axis is located on the
leftmost vertical axis of the chart.
39330 39331 39332 39333 39334 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39330 class YAxisOptions < Struct.new( :y_axis) SENSITIVE = [] include Aws::Structure end |