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 IKPISparklineOptionsProperty
Syntax (vb)
Public Interface IKPISparklineOptionsProperty
Remarks
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. |
Tooltip |
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.
virtual string Color { get; }
Property Value
System.
Remarks
TooltipVisibility
The tooltip visibility of the sparkline.
virtual string TooltipVisibility { get; }
Property Value
System.
Remarks
Type
The type of the sparkline.
string Type { get; }
Property Value
System.
Remarks
Visibility
The visibility of the sparkline.
virtual string Visibility { get; }
Property Value
System.