Dashboard Radar Chart Configuration
data class DashboardRadarChartConfiguration(val alternateBandColorsVisibility: DashboardVisibility? = null, val alternateBandEvenColor: String? = null, val alternateBandOddColor: String? = null, val axesRangeScale: DashboardRadarChartAxesRangeScale? = null, val baseSeriesSettings: DashboardRadarChartSeriesSettings? = null, val categoryAxis: DashboardAxisDisplayOptions? = null, val categoryLabelOptions: DashboardChartAxisLabelOptions? = null, val colorAxis: DashboardAxisDisplayOptions? = null, val colorLabelOptions: DashboardChartAxisLabelOptions? = null, val fieldWells: DashboardRadarChartFieldWells? = null, val legend: DashboardLegendOptions? = null, val shape: DashboardRadarChartShape? = null, val sortConfiguration: DashboardRadarChartSortConfiguration? = null, val startAngle: Double? = null, val visualPalette: DashboardVisualPalette? = null)
Constructors
Link copied to clipboard
constructor(alternateBandColorsVisibility: DashboardVisibility? = null, alternateBandEvenColor: String? = null, alternateBandOddColor: String? = null, axesRangeScale: DashboardRadarChartAxesRangeScale? = null, baseSeriesSettings: DashboardRadarChartSeriesSettings? = null, categoryAxis: DashboardAxisDisplayOptions? = null, categoryLabelOptions: DashboardChartAxisLabelOptions? = null, colorAxis: DashboardAxisDisplayOptions? = null, colorLabelOptions: DashboardChartAxisLabelOptions? = null, fieldWells: DashboardRadarChartFieldWells? = null, legend: DashboardLegendOptions? = null, shape: DashboardRadarChartShape? = null, sortConfiguration: DashboardRadarChartSortConfiguration? = null, startAngle: Double? = null, visualPalette: DashboardVisualPalette? = null)
Properties
Link copied to clipboard
Determines the visibility of the colors of alternatign bands in a radar chart.
Link copied to clipboard
The color of the even-numbered alternate bands of a radar chart.
Link copied to clipboard
The color of the odd-numbered alternate bands of a radar chart.
Link copied to clipboard
The axis behavior options of a radar chart.
Link copied to clipboard
The base sreies settings of a radar chart.
Link copied to clipboard
The category axis of a radar chart.
Link copied to clipboard
The category label options of a radar chart.
Link copied to clipboard
The color axis of a radar chart.
Link copied to clipboard
The color label options of a radar chart.
Link copied to clipboard
The field well configuration of a RadarChartVisual
.
Link copied to clipboard
The legend display setup of the visual.
Link copied to clipboard
The shape of the radar chart.
Link copied to clipboard
The sort configuration of a RadarChartVisual
.
Link copied to clipboard
The start angle of a radar chart's axis.
Link copied to clipboard
The palette (chart color) display setup of the visual.