Interface LineChartLineStyleSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LineChartLineStyleSettings.Builder,
,LineChartLineStyleSettings> SdkBuilder<LineChartLineStyleSettings.Builder,
,LineChartLineStyleSettings> SdkPojo
- Enclosing class:
LineChartLineStyleSettings
-
Method Summary
Modifier and TypeMethodDescriptionlineInterpolation
(String lineInterpolation) Interpolation style for line series.lineInterpolation
(LineInterpolation lineInterpolation) Interpolation style for line series.Line style for line series.lineStyle
(LineChartLineStyle lineStyle) Line style for line series.lineVisibility
(String lineVisibility) Configuration option that determines whether to show the line for the series.lineVisibility
(Visibility lineVisibility) Configuration option that determines whether to show the line for the series.Width that determines the line thickness.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
lineVisibility
Configuration option that determines whether to show the line for the series.
- Parameters:
lineVisibility
- Configuration option that determines whether to show the line for the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lineVisibility
Configuration option that determines whether to show the line for the series.
- Parameters:
lineVisibility
- Configuration option that determines whether to show the line for the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lineInterpolation
Interpolation style for line series.
-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
- Parameters:
lineInterpolation
- Interpolation style for line series.-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lineInterpolation
Interpolation style for line series.
-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
- Parameters:
lineInterpolation
- Interpolation style for line series.-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lineStyle
Line style for line series.
-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
- Parameters:
lineStyle
- Line style for line series.-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lineStyle
Line style for line series.
-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
- Parameters:
lineStyle
- Line style for line series.-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lineWidth
Width that determines the line thickness.
- Parameters:
lineWidth
- Width that determines the line thickness.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-