Class: Aws::QuickSight::Types::LineChartMarkerStyleSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LineChartMarkerStyleSettings
- Defined in:
- gems/aws-sdk-quicksight/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.
22763 22764 22765 22766 22767 22768 22769 22770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22763 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.
22763 22764 22765 22766 22767 22768 22769 22770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22763 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.
22763 22764 22765 22766 22767 22768 22769 22770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22763 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.
22763 22764 22765 22766 22767 22768 22769 22770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22763 class LineChartMarkerStyleSettings < Struct.new( :marker_visibility, :marker_shape, :marker_size, :marker_color) SENSITIVE = [] include Aws::Structure end |