Show / Hide Table of Contents

Interface CfnDashboard.IKPISparklineOptionsProperty

The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IKPISparklineOptionsProperty
Syntax (vb)
Public Interface CfnDashboard.IKPISparklineOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpisparklineoptions.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 kPISparklineOptionsProperty = new KPISparklineOptionsProperty {
                 Type = "type",

                 // the properties below are optional
                 Color = "color",
                 TooltipVisibility = "tooltipVisibility",
                 Visibility = "visibility"
             };

Synopsis

Properties

Color

The color of the sparkline.

TooltipVisibility

The tooltip visibility of the sparkline.

Type

The type of the sparkline.

Visibility

The visibility of the sparkline.

Properties

Color

The color of the sparkline.

string? Color { get; }
Property Value

string

Remarks

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

TooltipVisibility

The tooltip visibility of the sparkline.

string? TooltipVisibility { get; }
Property Value

string

Remarks

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

Type

The type of the sparkline.

string Type { get; }
Property Value

string

Remarks

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

Visibility

The visibility of the sparkline.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX