aws-cdk-lib.aws_quicksight.CfnTemplate.LineChartSeriesSettingsProperty

interface LineChartSeriesSettingsProperty

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

The options that determine the presentation of a line series in the visual.

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 lineChartSeriesSettingsProperty: quicksight.CfnTemplate.LineChartSeriesSettingsProperty = {
  lineStyleSettings: {
    lineInterpolation: 'lineInterpolation',
    lineStyle: 'lineStyle',
    lineVisibility: 'lineVisibility',
    lineWidth: 'lineWidth',
  },
  markerStyleSettings: {
    markerColor: 'markerColor',
    markerShape: 'markerShape',
    markerSize: 'markerSize',
    markerVisibility: 'markerVisibility',
  },
};

Properties

NameTypeDescription
lineStyleSettings?IResolvable | LineChartLineStyleSettingsPropertyLine styles options for a line series in LineChartVisual .
markerStyleSettings?IResolvable | LineChartMarkerStyleSettingsPropertyMarker styles options for a line series in LineChartVisual .

lineStyleSettings?

Type: IResolvable | LineChartLineStyleSettingsProperty (optional)

Line styles options for a line series in LineChartVisual .


markerStyleSettings?

Type: IResolvable | LineChartMarkerStyleSettingsProperty (optional)

Marker styles options for a line series in LineChartVisual .