Show / Hide Table of Contents

Class CfnAnalysis.BarChartVisualProperty

A bar chart.

Inheritance
object
CfnAnalysis.BarChartVisualProperty
Implements
CfnAnalysis.IBarChartVisualProperty
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 CfnAnalysis.BarChartVisualProperty : CfnAnalysis.IBarChartVisualProperty
Syntax (vb)
Public Class CfnAnalysis.BarChartVisualProperty Implements CfnAnalysis.IBarChartVisualProperty
Remarks

The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:

    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-analysis-barchartvisual.html

    ExampleMetadata: fixture=_generated

    Synopsis

    Constructors

    BarChartVisualProperty()

    A bar chart.

    Properties

    Actions

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

    ChartConfiguration

    The configuration settings of the visual.

    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

    BarChartVisualProperty()

    A bar chart.

    public BarChartVisualProperty()
    Remarks

    The BarChartVisual structure describes a visual that is a member of the bar chart family. The following charts can be described using this structure:

      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-analysis-barchartvisual.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-barchartvisual.html#cfn-quicksight-analysis-barchartvisual-actions

      ChartConfiguration

      The configuration settings of the visual.

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

      object

      Remarks

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

      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-barchartvisual.html#cfn-quicksight-analysis-barchartvisual-columnhierarchies

      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-barchartvisual.html#cfn-quicksight-analysis-barchartvisual-subtitle

      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-barchartvisual.html#cfn-quicksight-analysis-barchartvisual-title

      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-barchartvisual.html#cfn-quicksight-analysis-barchartvisual-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-barchartvisual.html#cfn-quicksight-analysis-barchartvisual-visualid

      Implements

      CfnAnalysis.IBarChartVisualProperty
      Back to top Generated by DocFX