Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IArcAxisConfigurationProperty

The arc axis configuration of a GaugeChartVisual .

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IArcAxisConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IArcAxisConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var arcAxisConfigurationProperty = new ArcAxisConfigurationProperty {
                 Range = new ArcAxisDisplayRangeProperty {
                     Max = 123,
                     Min = 123
                 },
                 ReserveRange = 123
             };

Synopsis

Properties

Range

The arc axis range of a GaugeChartVisual .

ReserveRange

The reserved range of the arc axis.

Properties

Range

The arc axis range of a GaugeChartVisual .

object? Range { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IArcAxisDisplayRangeProperty

ReserveRange

The reserved range of the arc axis.

double? ReserveRange { get; }
Property Value

double?

Remarks

Default: - 0

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

Back to top Generated by DocFX