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

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

Instance Attribute Details

#marker_colorString

Color of marker in the series.

Returns:

  • (String)


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_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)


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_sizeString

Size of marker in the series.

Returns:

  • (String)


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_visibilityString

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

Returns:

  • (String)


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