Show / Hide Table of Contents

Class CfnTemplate.ChartAxisLabelOptionsProperty

The label options for an axis on a chart.

Inheritance
System.Object
CfnTemplate.ChartAxisLabelOptionsProperty
Implements
CfnTemplate.IChartAxisLabelOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class ChartAxisLabelOptionsProperty : Object, CfnTemplate.IChartAxisLabelOptionsProperty
Syntax (vb)
Public Class ChartAxisLabelOptionsProperty
    Inherits Object
    Implements CfnTemplate.IChartAxisLabelOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.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 chartAxisLabelOptionsProperty = new ChartAxisLabelOptionsProperty {
    AxisLabelOptions = new [] { new AxisLabelOptionsProperty {
        ApplyTo = new AxisLabelReferenceOptionsProperty {
            Column = new ColumnIdentifierProperty {
                ColumnName = "columnName",
                DataSetIdentifier = "dataSetIdentifier"
            },
            FieldId = "fieldId"
        },
        CustomLabel = "customLabel",
        FontConfiguration = new FontConfigurationProperty {
            FontColor = "fontColor",
            FontDecoration = "fontDecoration",
            FontSize = new FontSizeProperty {
                Relative = "relative"
            },
            FontStyle = "fontStyle",
            FontWeight = new FontWeightProperty {
                Name = "name"
            }
        }
    } },
    SortIconVisibility = "sortIconVisibility",
    Visibility = "visibility"
};

Synopsis

Constructors

ChartAxisLabelOptionsProperty()

Properties

AxisLabelOptions

The label options for a chart axis.

SortIconVisibility

The visibility configuration of the sort icon on a chart's axis label.

Visibility

The visibility of an axis label on a chart. Choose one of the following options:.

Constructors

ChartAxisLabelOptionsProperty()

public ChartAxisLabelOptionsProperty()

Properties

AxisLabelOptions

The label options for a chart axis.

public object AxisLabelOptions { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.html#cfn-quicksight-template-chartaxislabeloptions-axislabeloptions

SortIconVisibility

The visibility configuration of the sort icon on a chart's axis label.

public string SortIconVisibility { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.html#cfn-quicksight-template-chartaxislabeloptions-sorticonvisibility

Visibility

The visibility of an axis label on a chart. Choose one of the following options:.

public string Visibility { get; set; }
Property Value

System.String

Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-chartaxislabeloptions.html#cfn-quicksight-template-chartaxislabeloptions-visibility

    Implements

    CfnTemplate.IChartAxisLabelOptionsProperty
    Back to top Generated by DocFX