Show / Hide Table of Contents

Class CfnDashboardPropsMixin.GeospatialLineStyleProperty

The visualization style for a line layer.

Inheritance
object
CfnDashboardPropsMixin.GeospatialLineStyleProperty
Implements
CfnDashboardPropsMixin.IGeospatialLineStyleProperty
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 CfnDashboardPropsMixin.GeospatialLineStyleProperty : CfnDashboardPropsMixin.IGeospatialLineStyleProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.GeospatialLineStyleProperty Implements CfnDashboardPropsMixin.IGeospatialLineStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallinestyle.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 geospatialLineStyleProperty = new GeospatialLineStyleProperty {
                 LineSymbolStyle = new GeospatialLineSymbolStyleProperty {
                     FillColor = new GeospatialColorProperty {
                         Categorical = new GeospatialCategoricalColorProperty {
                             CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                 Color = "color",
                                 DataValue = "dataValue"
                             } },
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility"
                         },
                         Gradient = new GeospatialGradientColorProperty {
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility",
                             StepColors = new [] { new GeospatialGradientStepColorProperty {
                                 Color = "color",
                                 DataValue = 123
                             } }
                         },
                         Solid = new GeospatialSolidColorProperty {
                             Color = "color",
                             State = "state"
                         }
                     },
                     LineWidth = new GeospatialLineWidthProperty {
                         LineWidth = 123
                     }
                 }
             };

Synopsis

Constructors

GeospatialLineStyleProperty()

The visualization style for a line layer.

Properties

LineSymbolStyle

The symbol style for a line style.

Constructors

GeospatialLineStyleProperty()

The visualization style for a line layer.

public GeospatialLineStyleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-geospatiallinestyle.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 geospatialLineStyleProperty = new GeospatialLineStyleProperty {
                 LineSymbolStyle = new GeospatialLineSymbolStyleProperty {
                     FillColor = new GeospatialColorProperty {
                         Categorical = new GeospatialCategoricalColorProperty {
                             CategoryDataColors = new [] { new GeospatialCategoricalDataColorProperty {
                                 Color = "color",
                                 DataValue = "dataValue"
                             } },
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility"
                         },
                         Gradient = new GeospatialGradientColorProperty {
                             DefaultOpacity = 123,
                             NullDataSettings = new GeospatialNullDataSettingsProperty {
                                 SymbolStyle = new GeospatialNullSymbolStyleProperty {
                                     FillColor = "fillColor",
                                     StrokeColor = "strokeColor",
                                     StrokeWidth = 123
                                 }
                             },
                             NullDataVisibility = "nullDataVisibility",
                             StepColors = new [] { new GeospatialGradientStepColorProperty {
                                 Color = "color",
                                 DataValue = 123
                             } }
                         },
                         Solid = new GeospatialSolidColorProperty {
                             Color = "color",
                             State = "state"
                         }
                     },
                     LineWidth = new GeospatialLineWidthProperty {
                         LineWidth = 123
                     }
                 }
             };

Properties

LineSymbolStyle

The symbol style for a line style.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IGeospatialLineSymbolStyleProperty

Implements

CfnDashboardPropsMixin.IGeospatialLineStyleProperty
Back to top Generated by DocFX