Class: Aws::Types::LineChartConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contribution_analysis_defaults::Array[Types::ContributionAnalysisDefault]

Returns the value of attribute contribution_analysis_defaults.



7237
7238
7239
# File 'sig/types.rbs', line 7237

def contribution_analysis_defaults
  @contribution_analysis_defaults
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



7234
7235
7236
# File 'sig/types.rbs', line 7234

def data_labels
  @data_labels
end

#default_series_settingsTypes::LineChartDefaultSeriesSettings

Returns the value of attribute default_series_settings.



7231
7232
7233
# File 'sig/types.rbs', line 7231

def default_series_settings
  @default_series_settings
end

#field_wellsTypes::LineChartFieldWells

Returns the value of attribute field_wells.



7219
7220
7221
# File 'sig/types.rbs', line 7219

def field_wells
  @field_wells
end

#forecast_configurations::Array[Types::ForecastConfiguration]

Returns the value of attribute forecast_configurations.

Returns:



7221
7222
7223
# File 'sig/types.rbs', line 7221

def forecast_configurations
  @forecast_configurations
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



7239
7240
7241
# File 'sig/types.rbs', line 7239

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



7233
7234
7235
# File 'sig/types.rbs', line 7233

def legend
  @legend
end

#primary_y_axis_display_optionsTypes::LineSeriesAxisDisplayOptions

Returns the value of attribute primary_y_axis_display_options.



7226
7227
7228
# File 'sig/types.rbs', line 7226

def primary_y_axis_display_options
  @primary_y_axis_display_options
end

#primary_y_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute primary_y_axis_label_options.



7227
7228
7229
# File 'sig/types.rbs', line 7227

def primary_y_axis_label_options
  @primary_y_axis_label_options
end

#reference_lines::Array[Types::ReferenceLine]

Returns the value of attribute reference_lines.

Returns:



7235
7236
7237
# File 'sig/types.rbs', line 7235

def reference_lines
  @reference_lines
end

#secondary_y_axis_display_optionsTypes::LineSeriesAxisDisplayOptions

Returns the value of attribute secondary_y_axis_display_options.



7228
7229
7230
# File 'sig/types.rbs', line 7228

def secondary_y_axis_display_options
  @secondary_y_axis_display_options
end

#secondary_y_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute secondary_y_axis_label_options.



7229
7230
7231
# File 'sig/types.rbs', line 7229

def secondary_y_axis_label_options
  @secondary_y_axis_label_options
end

#series::Array[Types::SeriesItem]

Returns the value of attribute series.

Returns:



7232
7233
7234
# File 'sig/types.rbs', line 7232

def series
  @series
end

#single_axis_optionsTypes::SingleAxisOptions

Returns the value of attribute single_axis_options.



7230
7231
7232
# File 'sig/types.rbs', line 7230

def single_axis_options
  @single_axis_options
end

#small_multiples_optionsTypes::SmallMultiplesOptions

Returns the value of attribute small_multiples_options.



7223
7224
7225
# File 'sig/types.rbs', line 7223

def small_multiples_options
  @small_multiples_options
end

#sort_configurationTypes::LineChartSortConfiguration

Returns the value of attribute sort_configuration.



7220
7221
7222
# File 'sig/types.rbs', line 7220

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



7236
7237
7238
# File 'sig/types.rbs', line 7236

def tooltip
  @tooltip
end

#type"LINE", ...

Returns the value of attribute type.

Returns:

  • ("LINE", "AREA", "STACKED_AREA")


7222
7223
7224
# File 'sig/types.rbs', line 7222

def type
  @type
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



7238
7239
7240
# File 'sig/types.rbs', line 7238

def visual_palette
  @visual_palette
end

#x_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute x_axis_display_options.



7224
7225
7226
# File 'sig/types.rbs', line 7224

def x_axis_display_options
  @x_axis_display_options
end

#x_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute x_axis_label_options.



7225
7226
7227
# File 'sig/types.rbs', line 7225

def x_axis_label_options
  @x_axis_label_options
end