Show / Hide Table of Contents

Class CfnDashboard.LineChartMarkerStyleSettingsProperty

Marker styles options for a line series in LineChartVisual .

Inheritance
object
CfnDashboard.LineChartMarkerStyleSettingsProperty
Implements
CfnDashboard.ILineChartMarkerStyleSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linechartmarkerstylesettings.html

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 LineChartVisual .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linechartmarkerstylesettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linechartmarkerstylesettings.html#cfn-quicksight-dashboard-linechartmarkerstylesettings-markercolor

MarkerShape

Shape option for markers in the series.

public string? MarkerShape { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linechartmarkerstylesettings.html#cfn-quicksight-dashboard-linechartmarkerstylesettings-markershape

    MarkerSize

    Size of marker in the series.

    public string? MarkerSize { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linechartmarkerstylesettings.html#cfn-quicksight-dashboard-linechartmarkerstylesettings-markersize

    MarkerVisibility

    Configuration option that determines whether to show the markers in the series.

    public string? MarkerVisibility { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-linechartmarkerstylesettings.html#cfn-quicksight-dashboard-linechartmarkerstylesettings-markervisibility

    Implements

    CfnDashboard.ILineChartMarkerStyleSettingsProperty
    Back to top Generated by DocFX