Class CfnAnalysisPropsMixin.LineChartSeriesSettingsProperty
The options that determine the presentation of a line series in the visual.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.LineChartSeriesSettingsProperty : CfnAnalysisPropsMixin.ILineChartSeriesSettingsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.LineChartSeriesSettingsProperty Implements CfnAnalysisPropsMixin.ILineChartSeriesSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var lineChartSeriesSettingsProperty = new LineChartSeriesSettingsProperty {
LineStyleSettings = new LineChartLineStyleSettingsProperty {
LineInterpolation = "lineInterpolation",
LineStyle = "lineStyle",
LineVisibility = "lineVisibility",
LineWidth = "lineWidth"
},
MarkerStyleSettings = new LineChartMarkerStyleSettingsProperty {
MarkerColor = "markerColor",
MarkerShape = "markerShape",
MarkerSize = "markerSize",
MarkerVisibility = "markerVisibility"
}
};
Synopsis
Constructors
| LineChartSeriesSettingsProperty() | The options that determine the presentation of a line series in the visual. |
Properties
| LineStyleSettings | Line styles options for a line series in |
| MarkerStyleSettings | Marker styles options for a line series in |
Constructors
LineChartSeriesSettingsProperty()
The options that determine the presentation of a line series in the visual.
public LineChartSeriesSettingsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var lineChartSeriesSettingsProperty = new LineChartSeriesSettingsProperty {
LineStyleSettings = new LineChartLineStyleSettingsProperty {
LineInterpolation = "lineInterpolation",
LineStyle = "lineStyle",
LineVisibility = "lineVisibility",
LineWidth = "lineWidth"
},
MarkerStyleSettings = new LineChartMarkerStyleSettingsProperty {
MarkerColor = "markerColor",
MarkerShape = "markerShape",
MarkerSize = "markerSize",
MarkerVisibility = "markerVisibility"
}
};
Properties
LineStyleSettings
Line styles options for a line series in LineChartVisual .
public object? LineStyleSettings { get; set; }
Property Value
Remarks
MarkerStyleSettings
Marker styles options for a line series in LineChartVisual .
public object? MarkerStyleSettings { get; set; }