Class: Aws::QuickSight::Types::LineChartLineStyleSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Line styles options for a line series in ‘LineChartVisual`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_interpolationString

Interpolation style for line series.

  • ‘LINEAR`: Show as default, linear style.

  • ‘SMOOTH`: Show as a smooth curve.

  • ‘STEPPED`: Show steps in line.

Returns:

  • (String)


18948
18949
18950
18951
18952
18953
18954
18955
# File 'lib/aws-sdk-quicksight/types.rb', line 18948

class LineChartLineStyleSettings < Struct.new(
  :line_visibility,
  :line_interpolation,
  :line_style,
  :line_width)
  SENSITIVE = []
  include Aws::Structure
end

#line_styleString

Line style for line series.

  • ‘SOLID`: Show as a solid line.

  • ‘DOTTED`: Show as a dotted line.

  • ‘DASHED`: Show as a dashed line.

Returns:

  • (String)


18948
18949
18950
18951
18952
18953
18954
18955
# File 'lib/aws-sdk-quicksight/types.rb', line 18948

class LineChartLineStyleSettings < Struct.new(
  :line_visibility,
  :line_interpolation,
  :line_style,
  :line_width)
  SENSITIVE = []
  include Aws::Structure
end

#line_visibilityString

Configuration option that determines whether to show the line for the series.

Returns:

  • (String)


18948
18949
18950
18951
18952
18953
18954
18955
# File 'lib/aws-sdk-quicksight/types.rb', line 18948

class LineChartLineStyleSettings < Struct.new(
  :line_visibility,
  :line_interpolation,
  :line_style,
  :line_width)
  SENSITIVE = []
  include Aws::Structure
end

#line_widthString

Width that determines the line thickness.

Returns:

  • (String)


18948
18949
18950
18951
18952
18953
18954
18955
# File 'lib/aws-sdk-quicksight/types.rb', line 18948

class LineChartLineStyleSettings < Struct.new(
  :line_visibility,
  :line_interpolation,
  :line_style,
  :line_width)
  SENSITIVE = []
  include Aws::Structure
end