Interface LineChartMarkerStyleSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LineChartMarkerStyleSettings.Builder,
,LineChartMarkerStyleSettings> SdkBuilder<LineChartMarkerStyleSettings.Builder,
,LineChartMarkerStyleSettings> SdkPojo
- Enclosing class:
LineChartMarkerStyleSettings
-
Method Summary
Modifier and TypeMethodDescriptionmarkerColor
(String markerColor) Color of marker in the series.markerShape
(String markerShape) Shape option for markers in the series.markerShape
(LineChartMarkerShape markerShape) Shape option for markers in the series.markerSize
(String markerSize) Size of marker in the series.markerVisibility
(String markerVisibility) Configuration option that determines whether to show the markers in the series.markerVisibility
(Visibility markerVisibility) Configuration option that determines whether to show the markers in the series.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
-
markerVisibility
Configuration option that determines whether to show the markers in the series.
- Parameters:
markerVisibility
- Configuration option that determines whether to show the markers in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
markerVisibility
Configuration option that determines whether to show the markers in the series.
- Parameters:
markerVisibility
- Configuration option that determines whether to show the markers in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
markerShape
Shape option for markers in the series.
-
CIRCLE
: Show marker as a circle. -
TRIANGLE
: Show marker as a triangle. -
SQUARE
: Show marker as a square. -
DIAMOND
: Show marker as a diamond. -
ROUNDED_SQUARE
: Show marker as a rounded square.
- Parameters:
markerShape
- Shape option for markers in the series.-
CIRCLE
: Show marker as a circle. -
TRIANGLE
: Show marker as a triangle. -
SQUARE
: Show marker as a square. -
DIAMOND
: Show marker as a diamond. -
ROUNDED_SQUARE
: Show marker as a rounded square.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
markerShape
Shape option for markers in the series.
-
CIRCLE
: Show marker as a circle. -
TRIANGLE
: Show marker as a triangle. -
SQUARE
: Show marker as a square. -
DIAMOND
: Show marker as a diamond. -
ROUNDED_SQUARE
: Show marker as a rounded square.
- Parameters:
markerShape
- Shape option for markers in the series.-
CIRCLE
: Show marker as a circle. -
TRIANGLE
: Show marker as a triangle. -
SQUARE
: Show marker as a square. -
DIAMOND
: Show marker as a diamond. -
ROUNDED_SQUARE
: Show marker as a rounded square.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
markerSize
Size of marker in the series.
- Parameters:
markerSize
- Size of marker in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
markerColor
Color of marker in the series.
- Parameters:
markerColor
- Color of marker in the series.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-