Interface CfnDashboardPropsMixin.IBarChartConfigurationProperty
The configuration of a BarChartVisual .
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IBarChartConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IBarChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
| BarsArrangement | Determines the arrangement of the bars. |
| CategoryAxis | The label display options (grid line, range, scale, axis step) for bar chart category. |
| CategoryLabelOptions | The label options (label text, label visibility and sort icon visibility) for a bar chart. |
| ColorLabelOptions | The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart. |
| ContributionAnalysisDefaults | The contribution analysis (anomaly configuration) setup of the visual. |
| DataLabels | The options that determine if visual data labels are displayed. |
| FieldWells | The field wells of the visual. |
| Interactions | The general visual interactions setup for a visual. |
| Legend | The legend display setup of the visual. |
| Orientation | The orientation of the bars in a bar chart visual. There are two valid values in this structure:. |
| ReferenceLines | The reference line setup of the visual. |
| SmallMultiplesOptions | The small multiples setup for the visual. |
| SortConfiguration | The sort configuration of a |
| Tooltip | The tooltip display setup of the visual. |
| ValueAxis | The label display options (grid line, range, scale, axis step) for a bar chart value. |
| ValueLabelOptions | The label options (label text, label visibility and sort icon visibility) for a bar chart value. |
| VisualPalette | The palette (chart color) display setup of the visual. |
Properties
BarsArrangement
Determines the arrangement of the bars.
string? BarsArrangement { get; }
Property Value
Remarks
The orientation and arrangement of bars determine the type of bar that is used in the visual.
CategoryAxis
The label display options (grid line, range, scale, axis step) for bar chart category.
object? CategoryAxis { get; }
Property Value
Remarks
CategoryLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
object? CategoryLabelOptions { get; }
Property Value
Remarks
ColorLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
object? ColorLabelOptions { get; }
Property Value
Remarks
ContributionAnalysisDefaults
The contribution analysis (anomaly configuration) setup of the visual.
object? ContributionAnalysisDefaults { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IContributionAnalysisDefaultProperty)[]
DataLabels
The options that determine if visual data labels are displayed.
object? DataLabels { get; }
Property Value
Remarks
FieldWells
The field wells of the visual.
object? FieldWells { get; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
object? Interactions { get; }
Property Value
Remarks
Legend
The legend display setup of the visual.
object? Legend { get; }
Property Value
Remarks
Orientation
The orientation of the bars in a bar chart visual. There are two valid values in this structure:.
string? Orientation { get; }
Property Value
Remarks
ReferenceLines
The reference line setup of the visual.
object? ReferenceLines { get; }
Property Value
Remarks
SmallMultiplesOptions
The small multiples setup for the visual.
object? SmallMultiplesOptions { get; }
Property Value
Remarks
SortConfiguration
The sort configuration of a BarChartVisual .
object? SortConfiguration { get; }
Property Value
Remarks
Tooltip
The tooltip display setup of the visual.
object? Tooltip { get; }
Property Value
Remarks
ValueAxis
The label display options (grid line, range, scale, axis step) for a bar chart value.
object? ValueAxis { get; }
Property Value
Remarks
ValueLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
object? ValueLabelOptions { get; }
Property Value
Remarks
VisualPalette
The palette (chart color) display setup of the visual.
object? VisualPalette { get; }