Interface CfnDashboard.ILineChartSeriesSettingsProperty
The options that determine the presentation of a line series in the visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILineChartSeriesSettingsProperty
Syntax (vb)
Public Interface 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.AWS.QuickSight;
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
Properties
Line |
Line styles options for a line series in |
Marker |
Marker styles options for a line series in |
Properties
LineStyleSettings
Line styles options for a line series in LineChartVisual
.
virtual object LineStyleSettings { get; }
Property Value
System.
Remarks
MarkerStyleSettings
Marker styles options for a line series in LineChartVisual
.
virtual object MarkerStyleSettings { get; }
Property Value
System.