aws-cdk-lib.aws_quicksight.CfnAnalysis.LineChartLineStyleSettingsProperty

interface LineChartLineStyleSettingsProperty

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

Line 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 lineChartLineStyleSettingsProperty: quicksight.CfnAnalysis.LineChartLineStyleSettingsProperty = {
  lineInterpolation: 'lineInterpolation',
  lineStyle: 'lineStyle',
  lineVisibility: 'lineVisibility',
  lineWidth: 'lineWidth',
};

Properties

NameTypeDescription
lineInterpolation?stringInterpolation style for line series.
lineStyle?stringLine style for line series.
lineVisibility?stringConfiguration option that determines whether to show the line for the series.
lineWidth?stringWidth that determines the line thickness.

lineInterpolation?

Type: string (optional)

Interpolation style for line series.

  • LINEAR : Show as default, linear style.
  • SMOOTH : Show as a smooth curve.
  • STEPPED : Show steps in line.

lineStyle?

Type: string (optional)

Line style for line series.

  • SOLID : Show as a solid line.
  • DOTTED : Show as a dotted line.
  • DASHED : Show as a dashed line.

lineVisibility?

Type: string (optional)

Configuration option that determines whether to show the line for the series.


lineWidth?

Type: string (optional)

Width that determines the line thickness.