Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.PieChartVisualProperty

A pie or donut chart.

Inheritance
object
CfnAnalysisPropsMixin.PieChartVisualProperty
Implements
CfnAnalysisPropsMixin.IPieChartVisualProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.PieChartVisualProperty : CfnAnalysisPropsMixin.IPieChartVisualProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.PieChartVisualProperty Implements CfnAnalysisPropsMixin.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 Quick Suite User Guide .

    For more information, see Using donut charts in the Amazon Quick Suite User Guide .

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

    ExampleMetadata: fixture=_generated

    Synopsis

    Constructors

    PieChartVisualProperty()

    A pie or donut chart.

    Properties

    Actions

    The list of custom actions that are configured for a visual.

    ChartConfiguration

    The configuration of a pie chart.

    ColumnHierarchies

    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.

    VisualContentAltText

    The alt text for the visual.

    VisualId

    The unique identifier of a visual.

    Constructors

    PieChartVisualProperty()

    A pie or donut chart.

    public PieChartVisualProperty()
    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 Quick Suite User Guide .

      For more information, see Using donut charts in the Amazon Quick Suite User Guide .

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

      ExampleMetadata: fixture=_generated

      Properties

      Actions

      The list of custom actions that are configured for a visual.

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

      object

      Remarks

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

      Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IVisualCustomActionProperty)[]

      ChartConfiguration

      The configuration of a pie chart.

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

      object

      Remarks

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

      Type union: either IResolvable or CfnAnalysisPropsMixin.IPieChartConfigurationProperty

      ColumnHierarchies

      The column hierarchy that is used during drill-downs and drill-ups.

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

      object

      Remarks

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

      Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.IColumnHierarchyProperty)[]

      Subtitle

      The subtitle that is displayed on the visual.

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

      object

      Remarks

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

      Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualSubtitleLabelOptionsProperty

      Title

      The title that is displayed on the visual.

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

      object

      Remarks

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

      Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualTitleLabelOptionsProperty

      VisualContentAltText

      The alt text for the visual.

      public string? VisualContentAltText { get; set; }
      Property Value

      string

      Remarks

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

      VisualId

      The unique identifier of a visual.

      public string? VisualId { get; set; }
      Property Value

      string

      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.

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

      Implements

      CfnAnalysisPropsMixin.IPieChartVisualProperty
      Back to top Generated by DocFX