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 QuickSight User Guide .
BoxPlotVisual
A box plot.
public object? BoxPlotVisual { get; set; }
Property Value
Remarks
For more information, see Using box plots in the Amazon QuickSight User Guide .
ComboChartVisual
A combo chart.
public object? ComboChartVisual { get; set; }
Property Value
Remarks
For more information, see Using combo charts in the Amazon QuickSight User Guide .
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 QuickSight User Guide .
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 QuickSight User Guide .
FunnelChartVisual
A funnel chart.
public object? FunnelChartVisual { get; set; }
Property Value
Remarks
For more information, see Using funnel charts in the Amazon QuickSight User Guide .
GaugeChartVisual
A gauge chart.
public object? GaugeChartVisual { get; set; }
Property Value
Remarks
For more information, see Using gauge charts in the Amazon QuickSight User Guide .
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 QuickSight User Guide .
HeatMapVisual
A heat map.
public object? HeatMapVisual { get; set; }
Property Value
Remarks
For more information, see Using heat maps in the Amazon QuickSight User Guide .
HistogramVisual
A histogram.
public object? HistogramVisual { get; set; }
Property Value
Remarks
For more information, see Using histograms in the Amazon QuickSight User Guide .
InsightVisual
An insight visual.
public object? InsightVisual { get; set; }
Property Value
Remarks
For more information, see Working with insights in the Amazon QuickSight User Guide .
KpiVisual
A key performance indicator (KPI).
public object? KpiVisual { get; set; }
Property Value
Remarks
For more information, see Using KPIs in the Amazon QuickSight User Guide .
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 QuickSight User Guide .
PieChartVisual
A pie or donut chart.
public object? PieChartVisual { get; set; }
Property Value
Remarks
For more information, see Using pie charts in the Amazon QuickSight User Guide .
PivotTableVisual
A pivot table.
public object? PivotTableVisual { get; set; }
Property Value
Remarks
For more information, see Using pivot tables in the Amazon QuickSight User Guide .
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 QuickSight User Guide .
SankeyDiagramVisual
A sankey diagram.
public object? SankeyDiagramVisual { get; set; }
Property Value
Remarks
For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide .
ScatterPlotVisual
A scatter plot.
public object? ScatterPlotVisual { get; set; }
Property Value
Remarks
For more information, see Using scatter plots in the Amazon QuickSight User Guide .
TableVisual
A table visual.
public object? TableVisual { get; set; }
Property Value
Remarks
For more information, see Using tables as visuals in the Amazon QuickSight User Guide .
TreeMapVisual
A tree map.
public object? TreeMapVisual { get; set; }
Property Value
Remarks
For more information, see Using tree maps in the Amazon QuickSight User Guide .
WaterfallVisual
A waterfall chart.
public object? WaterfallVisual { get; set; }
Property Value
Remarks
For more information, see Using waterfall charts in the Amazon QuickSight User Guide .
WordCloudVisual
A word cloud.
public object? WordCloudVisual { get; set; }
Property Value
Remarks
For more information, see Using word clouds in the Amazon QuickSight User Guide .