Interface CfnDashboard.IPieChartVisualProperty
A pie or donut chart.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPieChartVisualProperty
Syntax (vb)
Public Interface IPieChartVisualProperty
Remarks
The PieChartVisual
structure describes a visual that is a member of the pie chart family.
The following charts can be described by using this structure:
For more information, see Using pie charts in the Amazon QuickSight User Guide .
For more information, see Using donut charts in the Amazon QuickSight User Guide .
ExampleMetadata: fixture=_generated
Synopsis
Properties
Actions | The list of custom actions that are configured for a visual. |
Chart |
The configuration of a pie chart. |
Column |
The column hierarchy that is used during drill-downs and drill-ups. |
Subtitle | The subtitle that is displayed on the visual. |
Title | The title that is displayed on the visual. |
Visual |
The alt text for the visual. |
Visual |
The unique identifier of a visual. |
Properties
Actions
The list of custom actions that are configured for a visual.
virtual object Actions { get; }
Property Value
System.
Remarks
ChartConfiguration
The configuration of a pie chart.
virtual object ChartConfiguration { get; }
Property Value
System.
Remarks
ColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups.
virtual object ColumnHierarchies { get; }
Property Value
System.
Remarks
Subtitle
The subtitle that is displayed on the visual.
virtual object Subtitle { get; }
Property Value
System.
Remarks
Title
The title that is displayed on the visual.
virtual object Title { get; }
Property Value
System.
Remarks
VisualContentAltText
The alt text for the visual.
virtual string VisualContentAltText { get; }
Property Value
System.
Remarks
VisualId
The unique identifier of a visual.
string VisualId { get; }
Property Value
System.
Remarks
This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.