Class CfnTemplatePropsMixin.RadarChartConfigurationProperty
The configuration of a RadarChartVisual .
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.RadarChartConfigurationProperty : CfnTemplatePropsMixin.IRadarChartConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.RadarChartConfigurationProperty Implements CfnTemplatePropsMixin.IRadarChartConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| RadarChartConfigurationProperty() | The configuration of a |
Properties
| AlternateBandColorsVisibility | Determines the visibility of the colors of alternatign bands in a radar chart. |
| AlternateBandEvenColor | The color of the even-numbered alternate bands of a radar chart. |
| AlternateBandOddColor | The color of the odd-numbered alternate bands of a radar chart. |
| AxesRangeScale | The axis behavior options of a radar chart. |
| BaseSeriesSettings | The base sreies settings of a radar chart. |
| CategoryAxis | The category axis of a radar chart. |
| CategoryLabelOptions | The category label options of a radar chart. |
| ColorAxis | The color axis of a radar chart. |
| ColorLabelOptions | The color label options of a radar chart. |
| FieldWells | The field well configuration of a |
| Interactions | The general visual interactions setup for a visual. |
| Legend | The legend display setup of the visual. |
| Shape | The shape of the radar chart. |
| SortConfiguration | The sort configuration of a |
| StartAngle | The start angle of a radar chart's axis. |
| VisualPalette | The palette (chart color) display setup of the visual. |
Constructors
RadarChartConfigurationProperty()
The configuration of a RadarChartVisual .
public RadarChartConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
AlternateBandColorsVisibility
Determines the visibility of the colors of alternatign bands in a radar chart.
public string? AlternateBandColorsVisibility { get; set; }
Property Value
Remarks
AlternateBandEvenColor
The color of the even-numbered alternate bands of a radar chart.
public string? AlternateBandEvenColor { get; set; }
Property Value
Remarks
AlternateBandOddColor
The color of the odd-numbered alternate bands of a radar chart.
public string? AlternateBandOddColor { get; set; }
Property Value
Remarks
AxesRangeScale
The axis behavior options of a radar chart.
public string? AxesRangeScale { get; set; }
Property Value
Remarks
BaseSeriesSettings
The base sreies settings of a radar chart.
public object? BaseSeriesSettings { get; set; }
Property Value
Remarks
CategoryAxis
The category axis of a radar chart.
public object? CategoryAxis { get; set; }
Property Value
Remarks
CategoryLabelOptions
The category label options of a radar chart.
public object? CategoryLabelOptions { get; set; }
Property Value
Remarks
ColorAxis
The color axis of a radar chart.
public object? ColorAxis { get; set; }
Property Value
Remarks
ColorLabelOptions
The color label options of a radar chart.
public object? ColorLabelOptions { get; set; }
Property Value
Remarks
FieldWells
The field well configuration of a RadarChartVisual .
public object? FieldWells { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
Legend
The legend display setup of the visual.
public object? Legend { get; set; }
Property Value
Remarks
Shape
The shape of the radar chart.
public string? Shape { get; set; }
Property Value
Remarks
SortConfiguration
The sort configuration of a RadarChartVisual .
public object? SortConfiguration { get; set; }
Property Value
Remarks
StartAngle
The start angle of a radar chart's axis.
public double? StartAngle { get; set; }
Property Value
Remarks
VisualPalette
The palette (chart color) display setup of the visual.
public object? VisualPalette { get; set; }