interface LineChartDefaultSeriesSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.LineChartDefaultSeriesSettingsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.LineChartDefaultSeriesSettingsProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.LineChartDefaultSeriesSettingsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnTemplate » LineChartDefaultSeriesSettingsProperty |
The options that determine the default presentation of all 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 * as quicksight from '@aws-cdk/aws-quicksight';
const lineChartDefaultSeriesSettingsProperty: quicksight.CfnTemplate.LineChartDefaultSeriesSettingsProperty = {
axisBinding: 'axisBinding',
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 to which you are binding all line series to. |
line | IResolvable | Line | Line styles options for all line series in the visual. |
marker | IResolvable | Line | Marker styles options for all line series in the visual. |
axisBinding?
Type:
string
(optional)
The axis to which you are binding all line series to.
lineStyleSettings?
Type:
IResolvable
|
Line
(optional)
Line styles options for all line series in the visual.
markerStyleSettings?
Type:
IResolvable
|
Line
(optional)
Marker styles options for all line series in the visual.