interface FieldSeriesItemProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FieldSeriesItemProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_FieldSeriesItemProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.FieldSeriesItemProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.FieldSeriesItemProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » FieldSeriesItemProperty |
The field series item configuration of a line chart.
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 fieldSeriesItemProperty: quicksight.CfnAnalysis.FieldSeriesItemProperty = {
axisBinding: 'axisBinding',
fieldId: 'fieldId',
// the properties below are optional
settings: {
lineStyleSettings: {
lineInterpolation: 'lineInterpolation',
lineStyle: 'lineStyle',
lineVisibility: 'lineVisibility',
lineWidth: 'lineWidth',
},
markerStyleSettings: {
markerColor: 'markerColor',
markerShape: 'markerShape',
markerSize: 'markerSize',
markerVisibility: 'markerVisibility',
},
},
};
Properties
Name | Type | Description |
---|---|---|
axis | string | The axis that you are binding the field to. |
field | string | The field ID of the field for which you are setting the axis binding. |
settings? | IResolvable | Line | The options that determine the presentation of line series associated to the field. |
axisBinding
Type:
string
The axis that you are binding the field to.
fieldId
Type:
string
The field ID of the field for which you are setting the axis binding.
settings?
Type:
IResolvable
|
Line
(optional)
The options that determine the presentation of line series associated to the field.