Class: Aws::QuickSight::Types::LineChartMarkerStyleSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LineChartMarkerStyleSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Marker styles options for a line series in ‘LineChartVisual`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker_color ⇒ String
Color of marker in the series.
-
#marker_shape ⇒ String
Shape option for markers in the series.
-
#marker_size ⇒ String
Size of marker in the series.
-
#marker_visibility ⇒ String
Configuration option that determines whether to show the markers in the series.
Instance Attribute Details
#marker_color ⇒ String
Color of marker in the series.
20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20017 class LineChartMarkerStyleSettings < Struct.new( :marker_visibility, :marker_shape, :marker_size, :marker_color) SENSITIVE = [] include Aws::Structure end |
#marker_shape ⇒ String
Shape option for markers in the series.
-
‘CIRCLE`: Show marker as a circle.
-
‘TRIANGLE`: Show marker as a triangle.
-
‘SQUARE`: Show marker as a square.
-
‘DIAMOND`: Show marker as a diamond.
-
‘ROUNDED_SQUARE`: Show marker as a rounded square.
20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20017 class LineChartMarkerStyleSettings < Struct.new( :marker_visibility, :marker_shape, :marker_size, :marker_color) SENSITIVE = [] include Aws::Structure end |
#marker_size ⇒ String
Size of marker in the series.
20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20017 class LineChartMarkerStyleSettings < Struct.new( :marker_visibility, :marker_shape, :marker_size, :marker_color) SENSITIVE = [] include Aws::Structure end |
#marker_visibility ⇒ String
Configuration option that determines whether to show the markers in the series.
20017 20018 20019 20020 20021 20022 20023 20024 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20017 class LineChartMarkerStyleSettings < Struct.new( :marker_visibility, :marker_shape, :marker_size, :marker_color) SENSITIVE = [] include Aws::Structure end |