Interface CfnAnalysis.LineChartMarkerStyleSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.LineChartMarkerStyleSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.LineChartMarkerStyleSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Marker styles options for a line series in
LineChartVisual
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; LineChartMarkerStyleSettingsProperty lineChartMarkerStyleSettingsProperty = LineChartMarkerStyleSettingsProperty.builder() .markerColor("markerColor") .markerShape("markerShape") .markerSize("markerSize") .markerVisibility("markerVisibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.LineChartMarkerStyleSettingsProperty
static final class
An implementation forCfnAnalysis.LineChartMarkerStyleSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMarkerColor
Color of marker in the series.- See Also:
-
getMarkerShape
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.
- See Also:
-
getMarkerSize
Size of marker in the series.- See Also:
-
getMarkerVisibility
Configuration option that determines whether to show the markers in the series.- See Also:
-
builder
-