Class: Aws::QuickSight::Types::LineSeriesAxisDisplayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LineSeriesAxisDisplayOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The series axis configuration of a line chart.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#axis_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the line series axis.
-
#missing_data_configurations ⇒ Array<Types::MissingDataConfiguration>
The configuration options that determine how missing data is treated during the rendering of a line chart.
Instance Attribute Details
#axis_options ⇒ Types::AxisDisplayOptions
The options that determine the presentation of the line series axis.
20144 20145 20146 20147 20148 20149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20144 class LineSeriesAxisDisplayOptions < Struct.new( :axis_options, :missing_data_configurations) SENSITIVE = [] include Aws::Structure end |
#missing_data_configurations ⇒ Array<Types::MissingDataConfiguration>
The configuration options that determine how missing data is treated during the rendering of a line chart.
20144 20145 20146 20147 20148 20149 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20144 class LineSeriesAxisDisplayOptions < Struct.new( :axis_options, :missing_data_configurations) SENSITIVE = [] include Aws::Structure end |