Interface CfnAnalysis.LineChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.LineChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.LineChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a line chart.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.LineChartConfigurationProperty
static final class
An implementation forCfnAnalysis.LineChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The default configuration of a line chart's contribution analysis.default Object
The data label configuration of a line chart.default Object
The options that determine the default presentation of all line series inLineChartVisual
.default Object
The field well configuration of a line chart.default Object
The forecast configuration of a line chart.default Object
The legend configuration of a line chart.default Object
The series axis configuration of a line chart.default Object
The options that determine the presentation of the y-axis label.default Object
The reference lines configuration of a line chart.default Object
The series axis configuration of a line chart.default Object
The options that determine the presentation of the secondary y-axis label.default Object
The series item configuration of a line chart.default Object
default Object
The small multiples setup for the visual.default Object
The sort configuration of a line chart.default Object
The tooltip configuration of a line chart.default String
getType()
Determines the type of the line chart.default Object
The visual palette configuration of a line chart.default Object
The options that determine the presentation of the x-axis.default Object
The 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.- See Also:
-
getDataLabels
The data label configuration of a line chart.- See Also:
-
getDefaultSeriesSettings
The options that determine the default presentation of all line series inLineChartVisual
.- See Also:
-
getFieldWells
The field well configuration of a line chart.- See Also:
-
getForecastConfigurations
The forecast configuration of a line chart.- See Also:
-
getLegend
The legend configuration of a line chart.- See Also:
-
getPrimaryYAxisDisplayOptions
The series axis configuration of a line chart.- See Also:
-
getPrimaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.- See Also:
-
getReferenceLines
The reference lines configuration of a line chart.- See Also:
-
getSecondaryYAxisDisplayOptions
The series axis configuration of a line chart.- See Also:
-
getSecondaryYAxisLabelOptions
The options that determine the presentation of the secondary y-axis label.- See Also:
-
getSeries
The series item configuration of a line chart.- See Also:
-
getSingleAxisOptions
- See Also:
-
getSmallMultiplesOptions
The small multiples setup for the visual.- See Also:
-
getSortConfiguration
The sort configuration of a line chart.- See Also:
-
getTooltip
The tooltip configuration of a line chart.- See Also:
-
getType
Determines the type of the line chart.- See Also:
-
getVisualPalette
The visual palette configuration of a line chart.- See Also:
-
getXAxisDisplayOptions
The options that determine the presentation of the x-axis.- See Also:
-
getXAxisLabelOptions
The options that determine the presentation of the x-axis label.- See Also:
-
builder
-