Class CfnAnalysis.TableInlineVisualizationProperty
The inline visualization of a specific type to display within a chart.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TableInlineVisualizationProperty : Object, CfnAnalysis.ITableInlineVisualizationProperty
Syntax (vb)
Public Class TableInlineVisualizationProperty
Inherits Object
Implements CfnAnalysis.ITableInlineVisualizationProperty
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 tableInlineVisualizationProperty = new TableInlineVisualizationProperty {
DataBars = new DataBarsOptionsProperty {
FieldId = "fieldId",
// the properties below are optional
NegativeColor = "negativeColor",
PositiveColor = "positiveColor"
}
};
Synopsis
Constructors
Table |
Properties
Data |
The configuration of the inline visualization of the data bars within a chart. |
Constructors
TableInlineVisualizationProperty()
public TableInlineVisualizationProperty()
Properties
DataBars
The configuration of the inline visualization of the data bars within a chart.
public object DataBars { get; set; }
Property Value
System.