Interface CfnTemplate.LineChartMarkerStyleSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.LineChartMarkerStyleSettingsProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.LineChartMarkerStyleSettingsPropertystatic final classAn implementation forCfnTemplate.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
-