Class CfnDashboard.VisualProperty
A visual displayed on a sheet in an analysis, dashboard, or template.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.VisualProperty : CfnDashboard.IVisualProperty
Syntax (vb)
Public Class CfnDashboard.VisualProperty Implements CfnDashboard.IVisualProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| VisualProperty() | A visual displayed on a sheet in an analysis, dashboard, or template. |
Properties
| BarChartVisual | A bar chart. |
| BoxPlotVisual | A box plot. |
| ComboChartVisual | A combo chart. |
| CustomContentVisual | A visual that contains custom content. |
| EmptyVisual | An empty visual. |
| FilledMapVisual | A filled map. |
| FunnelChartVisual | A funnel chart. |
| GaugeChartVisual | A gauge chart. |
| GeospatialMapVisual | A geospatial map or a points on map visual. |
| HeatMapVisual | A heat map. |
| HistogramVisual | A histogram. |
| InsightVisual | An insight visual. |
| KpiVisual | A key performance indicator (KPI). |
| LayerMapVisual | The properties for a layer map visual. |
| LineChartVisual | A line chart. |
| PieChartVisual | A pie or donut chart. |
| PivotTableVisual | A pivot table. |
| PluginVisual | The custom plugin visual type. |
| RadarChartVisual | A radar chart visual. |
| SankeyDiagramVisual | A sankey diagram. |
| ScatterPlotVisual | A scatter plot. |
| TableVisual | A table visual. |
| TreeMapVisual | A tree map. |
| WaterfallVisual | A waterfall chart. |
| WordCloudVisual | A word cloud. |
Constructors
VisualProperty()
A visual displayed on a sheet in an analysis, dashboard, or template.
public VisualProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Properties
BarChartVisual
A bar chart.
public object? BarChartVisual { get; set; }
Property Value
Remarks
For more information, see Using bar charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IBarChartVisualProperty
BoxPlotVisual
A box plot.
public object? BoxPlotVisual { get; set; }
Property Value
Remarks
For more information, see Using box plots in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IBoxPlotVisualProperty
ComboChartVisual
A combo chart.
public object? ComboChartVisual { get; set; }
Property Value
Remarks
For more information, see Using combo charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IComboChartVisualProperty
CustomContentVisual
A visual that contains custom content.
public object? CustomContentVisual { get; set; }
Property Value
Remarks
For more information, see Using custom visual content in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.ICustomContentVisualProperty
EmptyVisual
An empty visual.
public object? EmptyVisual { get; set; }
Property Value
Remarks
FilledMapVisual
A filled map.
public object? FilledMapVisual { get; set; }
Property Value
Remarks
For more information, see Creating filled maps in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IFilledMapVisualProperty
FunnelChartVisual
A funnel chart.
public object? FunnelChartVisual { get; set; }
Property Value
Remarks
For more information, see Using funnel charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IFunnelChartVisualProperty
GaugeChartVisual
A gauge chart.
public object? GaugeChartVisual { get; set; }
Property Value
Remarks
For more information, see Using gauge charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IGaugeChartVisualProperty
GeospatialMapVisual
A geospatial map or a points on map visual.
public object? GeospatialMapVisual { get; set; }
Property Value
Remarks
For more information, see Creating point maps in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IGeospatialMapVisualProperty
HeatMapVisual
A heat map.
public object? HeatMapVisual { get; set; }
Property Value
Remarks
For more information, see Using heat maps in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IHeatMapVisualProperty
HistogramVisual
A histogram.
public object? HistogramVisual { get; set; }
Property Value
Remarks
For more information, see Using histograms in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IHistogramVisualProperty
InsightVisual
An insight visual.
public object? InsightVisual { get; set; }
Property Value
Remarks
For more information, see Working with insights in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IInsightVisualProperty
KpiVisual
A key performance indicator (KPI).
public object? KpiVisual { get; set; }
Property Value
Remarks
For more information, see Using KPIs in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IKPIVisualProperty
LayerMapVisual
The properties for a layer map visual.
public object? LayerMapVisual { get; set; }
Property Value
Remarks
LineChartVisual
A line chart.
public object? LineChartVisual { get; set; }
Property Value
Remarks
For more information, see Using line charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.ILineChartVisualProperty
PieChartVisual
A pie or donut chart.
public object? PieChartVisual { get; set; }
Property Value
Remarks
For more information, see Using pie charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IPieChartVisualProperty
PivotTableVisual
A pivot table.
public object? PivotTableVisual { get; set; }
Property Value
Remarks
For more information, see Using pivot tables in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IPivotTableVisualProperty
PluginVisual
The custom plugin visual type.
public object? PluginVisual { get; set; }
Property Value
Remarks
RadarChartVisual
A radar chart visual.
public object? RadarChartVisual { get; set; }
Property Value
Remarks
For more information, see Using radar charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IRadarChartVisualProperty
SankeyDiagramVisual
A sankey diagram.
public object? SankeyDiagramVisual { get; set; }
Property Value
Remarks
For more information, see Using Sankey diagrams in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.ISankeyDiagramVisualProperty
ScatterPlotVisual
A scatter plot.
public object? ScatterPlotVisual { get; set; }
Property Value
Remarks
For more information, see Using scatter plots in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IScatterPlotVisualProperty
TableVisual
A table visual.
public object? TableVisual { get; set; }
Property Value
Remarks
For more information, see Using tables as visuals in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.ITableVisualProperty
TreeMapVisual
A tree map.
public object? TreeMapVisual { get; set; }
Property Value
Remarks
For more information, see Using tree maps in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.ITreeMapVisualProperty
WaterfallVisual
A waterfall chart.
public object? WaterfallVisual { get; set; }
Property Value
Remarks
For more information, see Using waterfall charts in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IWaterfallVisualProperty
WordCloudVisual
A word cloud.
public object? WordCloudVisual { get; set; }
Property Value
Remarks
For more information, see Using word clouds in the Amazon Quick Suite User Guide .
Type union: either IResolvable or CfnDashboard.IWordCloudVisualProperty