Show / Hide Table of Contents

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 CfnDashboard.ILineChartSeriesSettingsProperty
Syntax (vb)
Public Interface CfnDashboard.ILineChartSeriesSettingsProperty
Remarks

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

LineStyleSettings

Line styles options for a line series in LineChartVisual .

MarkerStyleSettings

Marker styles options for a line series in LineChartVisual .

Properties

LineStyleSettings

Line styles options for a line series in LineChartVisual .

object? LineStyleSettings { get; }
Property Value

object

Remarks

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

MarkerStyleSettings

Marker styles options for a line series in LineChartVisual .

object? MarkerStyleSettings { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX