Class CfnAnalysis.BarChartConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.BarChartConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.BarChartConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.BarChartConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.BarChartConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.BarChartConfigurationProperty
An implementation for
CfnAnalysis.BarChartConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.BarChartConfigurationProperty
CfnAnalysis.BarChartConfigurationProperty.Builder, CfnAnalysis.BarChartConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.BarChartConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Determines the arrangement of the bars.final Object
The label display options (grid line, range, scale, axis step) for bar chart category.final Object
The label options (label text, label visibility and sort icon visibility) for a bar chart.final Object
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.final Object
The contribution analysis (anomaly configuration) setup of the visual.final Object
The options that determine if visual data labels are displayed.final Object
The field wells of the visual.final Object
The legend display setup of the visual.final String
The orientation of the bars in a bar chart visual.final Object
The reference line setup of the visual.final Object
The small multiples setup for the visual.final Object
The sort configuration of aBarChartVisual
.final Object
The tooltip display setup of the visual.final Object
The label display options (grid line, range, scale, axis step) for a bar chart value.final Object
The label options (label text, label visibility and sort icon visibility) for a bar chart value.final Object
The palette (chart color) display setup of the visual.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.BarChartConfigurationProperty.Builder
.
-
-
Method Details
-
getBarsArrangement
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
Determines the arrangement of the bars.The orientation and arrangement of bars determine the type of bar that is used in the visual.
- Specified by:
getBarsArrangement
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getCategoryAxis
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The label display options (grid line, range, scale, axis step) for bar chart category.- Specified by:
getCategoryAxis
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getCategoryLabelOptions
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The label options (label text, label visibility and sort icon visibility) for a bar chart.- Specified by:
getCategoryLabelOptions
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getColorLabelOptions
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.- Specified by:
getColorLabelOptions
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getContributionAnalysisDefaults
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The contribution analysis (anomaly configuration) setup of the visual.- Specified by:
getContributionAnalysisDefaults
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getDataLabels
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The options that determine if visual data labels are displayed.- Specified by:
getDataLabels
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getFieldWells
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The field wells of the visual.- Specified by:
getFieldWells
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getLegend
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The legend display setup of the visual.- Specified by:
getLegend
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getOrientation
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The orientation of the bars in a bar chart visual. There are two valid values in this structure:.HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- Specified by:
getOrientation
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getReferenceLines
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The reference line setup of the visual.- Specified by:
getReferenceLines
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getSmallMultiplesOptions
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The small multiples setup for the visual.- Specified by:
getSmallMultiplesOptions
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getSortConfiguration
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The sort configuration of aBarChartVisual
.- Specified by:
getSortConfiguration
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getTooltip
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The tooltip display setup of the visual.- Specified by:
getTooltip
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getValueAxis
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The label display options (grid line, range, scale, axis step) for a bar chart value.- Specified by:
getValueAxis
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getValueLabelOptions
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The label options (label text, label visibility and sort icon visibility) for a bar chart value.- Specified by:
getValueLabelOptions
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
getVisualPalette
Description copied from interface:CfnAnalysis.BarChartConfigurationProperty
The palette (chart color) display setup of the visual.- Specified by:
getVisualPalette
in interfaceCfnAnalysis.BarChartConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-