Class CfnDashboard.LineChartMarkerStyleSettingsProperty
Marker styles options for a line series in LineChartVisual .
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.LineChartMarkerStyleSettingsProperty : CfnDashboard.ILineChartMarkerStyleSettingsProperty
Syntax (vb)
Public Class CfnDashboard.LineChartMarkerStyleSettingsProperty Implements CfnDashboard.ILineChartMarkerStyleSettingsProperty
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 lineChartMarkerStyleSettingsProperty = new LineChartMarkerStyleSettingsProperty {
MarkerColor = "markerColor",
MarkerShape = "markerShape",
MarkerSize = "markerSize",
MarkerVisibility = "markerVisibility"
};
Synopsis
Constructors
| LineChartMarkerStyleSettingsProperty() | Marker styles options for a line series in |
Properties
| MarkerColor | Color of marker in the series. |
| MarkerShape | Shape option for markers in the series. |
| MarkerSize | Size of marker in the series. |
| MarkerVisibility | Configuration option that determines whether to show the markers in the series. |
Constructors
LineChartMarkerStyleSettingsProperty()
Marker styles options for a line series in LineChartVisual .
public LineChartMarkerStyleSettingsProperty()
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 lineChartMarkerStyleSettingsProperty = new LineChartMarkerStyleSettingsProperty {
MarkerColor = "markerColor",
MarkerShape = "markerShape",
MarkerSize = "markerSize",
MarkerVisibility = "markerVisibility"
};
Properties
MarkerColor
Color of marker in the series.
public string? MarkerColor { get; set; }
Property Value
Remarks
MarkerShape
Shape option for markers in the series.
public string? MarkerShape { get; set; }
Property Value
Remarks
MarkerSize
Size of marker in the series.
public string? MarkerSize { get; set; }
Property Value
Remarks
MarkerVisibility
Configuration option that determines whether to show the markers in the series.
public string? MarkerVisibility { get; set; }