Class: Aws::QuickSight::Types::YAxisOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::YAxisOptions
- Includes:
- Structure
- Defined in:
- 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.
37226 37227 37228 37229 37230 |
# File 'lib/aws-sdk-quicksight/types.rb', line 37226 class YAxisOptions < Struct.new( :y_axis) SENSITIVE = [] include Aws::Structure end |