Module: AWSCDK::CloudWatch::LegendPosition

Defined in:
cloud_watch/legend_position.rb

Overview

The position of the legend on a GraphWidget.

Constant Summary collapse

BOTTOM =
Deprecated.
Note:

Default:

Legend appears below the graph (default).

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.LegendPosition", "BOTTOM")
RIGHT =
Deprecated.
Note:

Default:

Add shading above the annotation.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.LegendPosition", "RIGHT")
HIDDEN =
Deprecated.
Note:

Default:

Add shading below the annotation.

Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.LegendPosition", "HIDDEN")