Class: Aws::QuickSight::Types::LineChartMarkerStyleSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#marker_colorString

Color of marker in the series.

Returns:

  • (String)


18322
18323
18324
18325
18326
18327
18328
18329
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18322

class LineChartMarkerStyleSettings < Struct.new(
  :marker_visibility,
  :marker_shape,
  :marker_size,
  :marker_color)
  SENSITIVE = []
  include Aws::Structure
end

#marker_shapeString

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.

Returns:

  • (String)


18322
18323
18324
18325
18326
18327
18328
18329
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18322

class LineChartMarkerStyleSettings < Struct.new(
  :marker_visibility,
  :marker_shape,
  :marker_size,
  :marker_color)
  SENSITIVE = []
  include Aws::Structure
end

#marker_sizeString

Size of marker in the series.

Returns:

  • (String)


18322
18323
18324
18325
18326
18327
18328
18329
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18322

class LineChartMarkerStyleSettings < Struct.new(
  :marker_visibility,
  :marker_shape,
  :marker_size,
  :marker_color)
  SENSITIVE = []
  include Aws::Structure
end

#marker_visibilityString

Configuration option that determines whether to show the markers in the series.

Returns:

  • (String)


18322
18323
18324
18325
18326
18327
18328
18329
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18322

class LineChartMarkerStyleSettings < Struct.new(
  :marker_visibility,
  :marker_shape,
  :marker_size,
  :marker_color)
  SENSITIVE = []
  include Aws::Structure
end