Class GraphWidgetView
Types of view.
Inheritance
System.Object
GraphWidgetView
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public sealed class GraphWidgetView : Enum
Syntax (vb)
Public NotInheritable Class GraphWidgetView
Inherits
Enum
Remarks
ExampleMetadata: infused
Examples
Dashboard dashboard;
dashboard.AddWidgets(new GraphWidget(new GraphWidgetProps {
// ...
View = GraphWidgetView.BAR
}));
Synopsis
Fields
BAR | Display as a bar graph. |
PIE | Display as a pie graph. |
TIME_SERIES | Display as a line graph. |
value__ |
Fields
BAR
Display as a bar graph.
public const GraphWidgetView BAR
Field Value
Type | Description |
---|---|
GraphWidgetView |
PIE
Display as a pie graph.
public const GraphWidgetView PIE
Field Value
Type | Description |
---|---|
GraphWidgetView |
TIME_SERIES
Display as a line graph.
public const GraphWidgetView TIME_SERIES
Field Value
Type | Description |
---|---|
GraphWidgetView |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |