aws-cdk-lib.aws_quicksight.CfnAnalysis.LineChartMarkerStyleSettingsProperty

interface LineChartMarkerStyleSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.LineChartMarkerStyleSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_LineChartMarkerStyleSettingsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.LineChartMarkerStyleSettingsProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.LineChartMarkerStyleSettingsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » LineChartMarkerStyleSettingsProperty

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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const lineChartMarkerStyleSettingsProperty: quicksight.CfnAnalysis.LineChartMarkerStyleSettingsProperty = {
  markerColor: 'markerColor',
  markerShape: 'markerShape',
  markerSize: 'markerSize',
  markerVisibility: 'markerVisibility',
};

Properties

NameTypeDescription
markerColor?stringColor of marker in the series.
markerShape?stringShape option for markers in the series.
markerSize?stringSize of marker in the series.
markerVisibility?stringConfiguration option that determines whether to show the markers in the series.

markerColor?

Type: string (optional)

Color of marker in the series.


markerShape?

Type: string (optional)

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.

markerSize?

Type: string (optional)

Size of marker in the series.


markerVisibility?

Type: string (optional)

Configuration option that determines whether to show the markers in the series.