Show / Hide Table of Contents

Class CfnTemplate.ArcAxisConfigurationProperty

The arc axis configuration of a GaugeChartVisual .

Inheritance
object
CfnTemplate.ArcAxisConfigurationProperty
Implements
CfnTemplate.IArcAxisConfigurationProperty
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 CfnTemplate.ArcAxisConfigurationProperty : CfnTemplate.IArcAxisConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.ArcAxisConfigurationProperty Implements CfnTemplate.IArcAxisConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.AWS.QuickSight;

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

Synopsis

Constructors

ArcAxisConfigurationProperty()

The arc axis configuration of a GaugeChartVisual .

Properties

Range

The arc axis range of a GaugeChartVisual .

ReserveRange

The reserved range of the arc axis.

Constructors

ArcAxisConfigurationProperty()

The arc axis configuration of a GaugeChartVisual .

public ArcAxisConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.AWS.QuickSight;

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

Properties

Range

The arc axis range of a GaugeChartVisual .

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

object

Remarks

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

ReserveRange

The reserved range of the arc axis.

public double? ReserveRange { get; set; }
Property Value

double?

Remarks

Default: - 0

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

Implements

CfnTemplate.IArcAxisConfigurationProperty
Back to top Generated by DocFX