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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


18171
18172
18173
18174
18175
18176
18177
18178
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18171

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)


18171
18172
18173
18174
18175
18176
18177
18178
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18171

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)


18171
18172
18173
18174
18175
18176
18177
18178
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18171

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)


18171
18172
18173
18174
18175
18176
18177
18178
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18171

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