Class: Aws::QuickSight::Types::LineSeriesAxisDisplayOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LineSeriesAxisDisplayOptions
- Defined in:
- gems/aws-sdk-quicksight/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.
21397 21398 21399 21400 21401 21402 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21397 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.
21397 21398 21399 21400 21401 21402 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21397 class LineSeriesAxisDisplayOptions < Struct.new( :axis_options, :missing_data_configurations) SENSITIVE = [] include Aws::Structure end |