Interface CfnAnalysis.LineChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.LineChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.LineChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.LineChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe default configuration of a line chart's contribution analysis.default ObjectThe data label configuration of a line chart.default ObjectThe options that determine the default presentation of all line series inLineChartVisual.default ObjectThe field well configuration of a line chart.default ObjectThe forecast configuration of a line chart.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend configuration of a line chart.default ObjectThe series axis configuration of a line chart.default ObjectThe options that determine the presentation of the y-axis label.default ObjectThe reference lines configuration of a line chart.default ObjectThe series axis configuration of a line chart.default ObjectThe options that determine the presentation of the secondary y-axis label.default ObjectThe series item configuration of a line chart.default ObjectReturns union: eitherIResolvableorCfnAnalysis.SingleAxisOptionsPropertydefault ObjectThe small multiples setup for the visual.default ObjectThe sort configuration of a line chart.default ObjectThe tooltip configuration of a line chart.default StringgetType()Determines the type of the line chart.default ObjectThe visual palette configuration of a line chart.default ObjectThe options that determine the presentation of the x-axis.default ObjectThe options that determine the presentation of the x-axis label.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContributionAnalysisDefaults
The default configuration of a line chart's contribution analysis.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ContributionAnalysisDefaultProperty>- See Also:
-
getDataLabels
The data label configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.DataLabelOptionsProperty- See Also:
-
getDefaultSeriesSettings
The options that determine the default presentation of all line series inLineChartVisual.Returns union: either
IResolvableorCfnAnalysis.LineChartDefaultSeriesSettingsProperty- See Also:
-
getFieldWells
The field well configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.LineChartFieldWellsProperty- See Also:
-
getForecastConfigurations
The forecast configuration of a line chart.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ForecastConfigurationProperty>- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.LegendOptionsProperty- See Also:
-
getPrimaryYAxisDisplayOptions
The series axis configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.LineSeriesAxisDisplayOptionsProperty- See Also:
-
getPrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getReferenceLines
The reference lines configuration of a line chart.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ReferenceLineProperty>- See Also:
-
getSecondaryYAxisDisplayOptions
The series axis configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.LineSeriesAxisDisplayOptionsProperty- See Also:
-
getSecondaryYAxisLabelOptions
The options that determine the presentation of the secondary y-axis label.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getSeries
The series item configuration of a line chart.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SeriesItemProperty>- See Also:
-
getSingleAxisOptions
Returns union: eitherIResolvableorCfnAnalysis.SingleAxisOptionsProperty- See Also:
-
getSmallMultiplesOptions
The small multiples setup for the visual.Returns union: either
IResolvableorCfnAnalysis.SmallMultiplesOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.LineChartSortConfigurationProperty- See Also:
-
getTooltip
The tooltip configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.TooltipOptionsProperty- See Also:
-
getType
Determines the type of the line chart.- See Also:
-
getVisualPalette
The visual palette configuration of a line chart.Returns union: either
IResolvableorCfnAnalysis.VisualPaletteProperty- See Also:
-
getXAxisDisplayOptions
The options that determine the presentation of the x-axis.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getXAxisLabelOptions
The options that determine the presentation of the x-axis label.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
builder
-