Interface CfnDashboard.LineChartMarkerStyleSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.LineChartMarkerStyleSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.LineChartMarkerStyleSettingsProperty
static final class
An implementation forCfnDashboard.LineChartMarkerStyleSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMarkerColor
Color of marker in the series. -
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.
-
getMarkerSize
Size of marker in the series. -
getMarkerVisibility
Configuration option that determines whether to show the markers in the series. -
builder
-