Class CfnDashboard.VisualProperty
A visual displayed on a sheet in an analysis, dashboard, or template.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VisualProperty : Object, CfnDashboard.IVisualProperty
Syntax (vb)
Public Class VisualProperty
Inherits Object
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
Visual |
Properties
Bar |
A bar chart. |
Box |
A box plot. |
Combo |
A combo chart. |
Custom |
A visual that contains custom content. |
Empty |
An empty visual. |
Filled |
A filled map. |
Funnel |
A funnel chart. |
Gauge |
A gauge chart. |
Geospatial |
A geospatial map or a points on map visual. |
Heat |
A heat map. |
Histogram |
A histogram. |
Insight |
An insight visual. |
Kpi |
A key performance indicator (KPI). |
Layer |
The properties for a layer map visual. |
Line |
A line chart. |
Pie |
A pie or donut chart. |
Pivot |
A pivot table. |
Plugin |
The custom plugin visual type. |
Radar |
A radar chart visual. |
Sankey |
A sankey diagram. |
Scatter |
A scatter plot. |
Table |
A table visual. |
Tree |
A tree map. |
Waterfall |
A waterfall chart. |
Word |
A word cloud. |
Constructors
VisualProperty()
public VisualProperty()
Properties
BarChartVisual
A bar chart.
public object BarChartVisual { get; set; }
Property Value
System.
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
System.
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
System.
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
System.
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
System.
Remarks
FilledMapVisual
A filled map.
public object FilledMapVisual { get; set; }
Property Value
System.
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
System.
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
System.
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
System.
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
System.
Remarks
For more information, see Using heat maps in the Amazon QuickSight User Guide .
HistogramVisual
A histogram.
public object HistogramVisual { get; set; }
Property Value
System.
Remarks
For more information, see Using histograms in the Amazon QuickSight User Guide .
InsightVisual
An insight visual.
public object InsightVisual { get; set; }
Property Value
System.
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
System.
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
System.
Remarks
LineChartVisual
A line chart.
public object LineChartVisual { get; set; }
Property Value
System.
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
System.
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
System.
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
System.
Remarks
RadarChartVisual
A radar chart visual.
public object RadarChartVisual { get; set; }
Property Value
System.
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
System.
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
System.
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
System.
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
System.
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
System.
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
System.
Remarks
For more information, see Using word clouds in the Amazon QuickSight User Guide .