Class: Aws::QuickSight::Types::SparklinesOptions

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

Overview

The options for sparklines in a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_points_markerTypes::LineChartMarkerStyleSettings

Marker styles options for a line series in LineChartVisual.



36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#field_idString

The field ID of the value column that the sparkline is applied to.

Returns:

  • (String)


36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#line_colorString

The color of the sparkline line.

Returns:

  • (String)


36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#line_interpolationString

The interpolation style for the sparkline line.

Returns:

  • (String)


36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_value_markerTypes::LineChartMarkerStyleSettings

Marker styles options for a line series in LineChartVisual.



36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#min_value_markerTypes::LineChartMarkerStyleSettings

Marker styles options for a line series in LineChartVisual.



36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#visual_typeString

The type of the sparkline. Valid values are LINE and AREA_LINE.

Returns:

  • (String)


36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#x_axis_fieldTypes::DimensionField

The dimension type field.



36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end

#y_axis_behaviorString

Determines whether the Y axis is shared across all sparklines or independent for each sparkline.

Returns:

  • (String)


36386
36387
36388
36389
36390
36391
36392
36393
36394
36395
36396
36397
36398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36386

class SparklinesOptions < Struct.new(
  :field_id,
  :x_axis_field,
  :y_axis_behavior,
  :visual_type,
  :line_color,
  :line_interpolation,
  :all_points_marker,
  :max_value_marker,
  :min_value_marker)
  SENSITIVE = []
  include Aws::Structure
end