Show / Hide Table of Contents

Class CfnDashboard.VisualProperty

A visual displayed on a sheet in an analysis, dashboard, or template.

Inheritance
object
CfnDashboard.VisualProperty
Implements
CfnDashboard.IVisualProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html

ExampleMetadata: fixture=_generated

Properties

BarChartVisual

A bar chart.

public object? BarChartVisual { get; set; }
Property Value

object

Remarks

For more information, see Using bar charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-barchartvisual

BoxPlotVisual

A box plot.

public object? BoxPlotVisual { get; set; }
Property Value

object

Remarks

For more information, see Using box plots in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-boxplotvisual

ComboChartVisual

A combo chart.

public object? ComboChartVisual { get; set; }
Property Value

object

Remarks

For more information, see Using combo charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-combochartvisual

CustomContentVisual

A visual that contains custom content.

public object? CustomContentVisual { get; set; }
Property Value

object

Remarks

For more information, see Using custom visual content in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-customcontentvisual

EmptyVisual

An empty visual.

public object? EmptyVisual { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-emptyvisual

FilledMapVisual

A filled map.

public object? FilledMapVisual { get; set; }
Property Value

object

Remarks

For more information, see Creating filled maps in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-filledmapvisual

FunnelChartVisual

A funnel chart.

public object? FunnelChartVisual { get; set; }
Property Value

object

Remarks

For more information, see Using funnel charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-funnelchartvisual

GaugeChartVisual

A gauge chart.

public object? GaugeChartVisual { get; set; }
Property Value

object

Remarks

For more information, see Using gauge charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-gaugechartvisual

GeospatialMapVisual

A geospatial map or a points on map visual.

public object? GeospatialMapVisual { get; set; }
Property Value

object

Remarks

For more information, see Creating point maps in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-geospatialmapvisual

HeatMapVisual

A heat map.

public object? HeatMapVisual { get; set; }
Property Value

object

Remarks

For more information, see Using heat maps in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-heatmapvisual

HistogramVisual

A histogram.

public object? HistogramVisual { get; set; }
Property Value

object

Remarks

For more information, see Using histograms in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-histogramvisual

InsightVisual

An insight visual.

public object? InsightVisual { get; set; }
Property Value

object

Remarks

For more information, see Working with insights in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-insightvisual

KpiVisual

A key performance indicator (KPI).

public object? KpiVisual { get; set; }
Property Value

object

Remarks

For more information, see Using KPIs in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-kpivisual

LayerMapVisual

The properties for a layer map visual.

public object? LayerMapVisual { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-layermapvisual

LineChartVisual

A line chart.

public object? LineChartVisual { get; set; }
Property Value

object

Remarks

For more information, see Using line charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-linechartvisual

PieChartVisual

A pie or donut chart.

public object? PieChartVisual { get; set; }
Property Value

object

Remarks

For more information, see Using pie charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-piechartvisual

PivotTableVisual

A pivot table.

public object? PivotTableVisual { get; set; }
Property Value

object

Remarks

For more information, see Using pivot tables in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-pivottablevisual

PluginVisual

The custom plugin visual type.

public object? PluginVisual { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-pluginvisual

RadarChartVisual

A radar chart visual.

public object? RadarChartVisual { get; set; }
Property Value

object

Remarks

For more information, see Using radar charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-radarchartvisual

SankeyDiagramVisual

A sankey diagram.

public object? SankeyDiagramVisual { get; set; }
Property Value

object

Remarks

For more information, see Using Sankey diagrams in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-sankeydiagramvisual

ScatterPlotVisual

A scatter plot.

public object? ScatterPlotVisual { get; set; }
Property Value

object

Remarks

For more information, see Using scatter plots in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-scatterplotvisual

TableVisual

A table visual.

public object? TableVisual { get; set; }
Property Value

object

Remarks

For more information, see Using tables as visuals in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-tablevisual

TreeMapVisual

A tree map.

public object? TreeMapVisual { get; set; }
Property Value

object

Remarks

For more information, see Using tree maps in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-treemapvisual

WaterfallVisual

A waterfall chart.

public object? WaterfallVisual { get; set; }
Property Value

object

Remarks

For more information, see Using waterfall charts in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-waterfallvisual

WordCloudVisual

A word cloud.

public object? WordCloudVisual { get; set; }
Property Value

object

Remarks

For more information, see Using word clouds in the Amazon QuickSight User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-wordcloudvisual

Implements

CfnDashboard.IVisualProperty
Back to top Generated by DocFX