Class CfnTemplate.LineChartVisualProperty
A line chart.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LineChartVisualProperty : Object, CfnTemplate.ILineChartVisualProperty
Syntax (vb)
Public Class LineChartVisualProperty
Inherits Object
Implements CfnTemplate.ILineChartVisualProperty
Remarks
For more information, see Using line charts in the Amazon QuickSight User Guide .
ExampleMetadata: fixture=_generated
Synopsis
Constructors
Line |
Properties
Actions | The list of custom actions that are configured for a visual. |
Chart |
The configuration of a line 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. |
Constructors
LineChartVisualProperty()
public LineChartVisualProperty()
Properties
Actions
The list of custom actions that are configured for a visual.
public object Actions { get; set; }
Property Value
System.
Remarks
ChartConfiguration
The configuration of a line chart.
public object ChartConfiguration { get; set; }
Property Value
System.
Remarks
ColumnHierarchies
The column hierarchy that is used during drill-downs and drill-ups.
public object ColumnHierarchies { get; set; }
Property Value
System.
Remarks
Subtitle
The subtitle that is displayed on the visual.
public object Subtitle { get; set; }
Property Value
System.
Remarks
Title
The title that is displayed on the visual.
public object Title { get; set; }
Property Value
System.
Remarks
VisualContentAltText
The alt text for the visual.
public string VisualContentAltText { get; set; }
Property Value
System.
Remarks
VisualId
The unique identifier of a visual.
public string VisualId { get; set; }
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.