Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.LineChartSeriesSettingsProperty

The options that determine the presentation of a line series in the visual.

Inheritance
object
CfnAnalysisPropsMixin.LineChartSeriesSettingsProperty
Implements
CfnAnalysisPropsMixin.ILineChartSeriesSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-linechartseriessettings.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.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 LineChartVisual .

MarkerStyleSettings

Marker styles options for a line series in LineChartVisual .

Constructors

LineChartSeriesSettingsProperty()

The options that determine the presentation of a line series in the visual.

public LineChartSeriesSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-linechartseriessettings.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.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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-linechartseriessettings.html#cfn-quicksight-analysis-linechartseriessettings-linestylesettings

Type union: either IResolvable or CfnAnalysisPropsMixin.ILineChartLineStyleSettingsProperty

MarkerStyleSettings

Marker styles options for a line series in LineChartVisual .

public object? MarkerStyleSettings { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-linechartseriessettings.html#cfn-quicksight-analysis-linechartseriessettings-markerstylesettings

Type union: either IResolvable or CfnAnalysisPropsMixin.ILineChartMarkerStyleSettingsProperty

Implements

CfnAnalysisPropsMixin.ILineChartSeriesSettingsProperty
Back to top Generated by DocFX