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.



7522
7523
7524
# File 'sig/types.rbs', line 7522

def contribution_analysis_defaults
  @contribution_analysis_defaults
end

#data_labelsTypes::DataLabelOptions

Returns the value of attribute data_labels.



7519
7520
7521
# File 'sig/types.rbs', line 7519

def data_labels
  @data_labels
end

#default_series_settingsTypes::LineChartDefaultSeriesSettings

Returns the value of attribute default_series_settings.



7516
7517
7518
# File 'sig/types.rbs', line 7516

def default_series_settings
  @default_series_settings
end

#field_wellsTypes::LineChartFieldWells

Returns the value of attribute field_wells.



7504
7505
7506
# File 'sig/types.rbs', line 7504

def field_wells
  @field_wells
end

#forecast_configurations::Array[Types::ForecastConfiguration]

Returns the value of attribute forecast_configurations.

Returns:



7506
7507
7508
# File 'sig/types.rbs', line 7506

def forecast_configurations
  @forecast_configurations
end

#interactionsTypes::VisualInteractionOptions

Returns the value of attribute interactions.



7524
7525
7526
# File 'sig/types.rbs', line 7524

def interactions
  @interactions
end

#legendTypes::LegendOptions

Returns the value of attribute legend.



7518
7519
7520
# File 'sig/types.rbs', line 7518

def legend
  @legend
end

#primary_y_axis_display_optionsTypes::LineSeriesAxisDisplayOptions

Returns the value of attribute primary_y_axis_display_options.



7511
7512
7513
# File 'sig/types.rbs', line 7511

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.



7512
7513
7514
# File 'sig/types.rbs', line 7512

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:



7520
7521
7522
# File 'sig/types.rbs', line 7520

def reference_lines
  @reference_lines
end

#secondary_y_axis_display_optionsTypes::LineSeriesAxisDisplayOptions

Returns the value of attribute secondary_y_axis_display_options.



7513
7514
7515
# File 'sig/types.rbs', line 7513

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.



7514
7515
7516
# File 'sig/types.rbs', line 7514

def secondary_y_axis_label_options
  @secondary_y_axis_label_options
end

#series::Array[Types::SeriesItem]

Returns the value of attribute series.

Returns:



7517
7518
7519
# File 'sig/types.rbs', line 7517

def series
  @series
end

#single_axis_optionsTypes::SingleAxisOptions

Returns the value of attribute single_axis_options.



7515
7516
7517
# File 'sig/types.rbs', line 7515

def single_axis_options
  @single_axis_options
end

#small_multiples_optionsTypes::SmallMultiplesOptions

Returns the value of attribute small_multiples_options.



7508
7509
7510
# File 'sig/types.rbs', line 7508

def small_multiples_options
  @small_multiples_options
end

#sort_configurationTypes::LineChartSortConfiguration

Returns the value of attribute sort_configuration.



7505
7506
7507
# File 'sig/types.rbs', line 7505

def sort_configuration
  @sort_configuration
end

#tooltipTypes::TooltipOptions

Returns the value of attribute tooltip.



7521
7522
7523
# File 'sig/types.rbs', line 7521

def tooltip
  @tooltip
end

#type"LINE", ...

Returns the value of attribute type.

Returns:

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


7507
7508
7509
# File 'sig/types.rbs', line 7507

def type
  @type
end

#visual_paletteTypes::VisualPalette

Returns the value of attribute visual_palette.



7523
7524
7525
# File 'sig/types.rbs', line 7523

def visual_palette
  @visual_palette
end

#x_axis_display_optionsTypes::AxisDisplayOptions

Returns the value of attribute x_axis_display_options.



7509
7510
7511
# File 'sig/types.rbs', line 7509

def x_axis_display_options
  @x_axis_display_options
end

#x_axis_label_optionsTypes::ChartAxisLabelOptions

Returns the value of attribute x_axis_label_options.



7510
7511
7512
# File 'sig/types.rbs', line 7510

def x_axis_label_options
  @x_axis_label_options
end