Analysis Radar Chart Configuration
data class AnalysisRadarChartConfiguration(val alternateBandColorsVisibility: AnalysisVisibility? = null, val alternateBandEvenColor: String? = null, val alternateBandOddColor: String? = null, val axesRangeScale: AnalysisRadarChartAxesRangeScale? = null, val baseSeriesSettings: AnalysisRadarChartSeriesSettings? = null, val categoryAxis: AnalysisAxisDisplayOptions? = null, val categoryLabelOptions: AnalysisChartAxisLabelOptions? = null, val colorAxis: AnalysisAxisDisplayOptions? = null, val colorLabelOptions: AnalysisChartAxisLabelOptions? = null, val fieldWells: AnalysisRadarChartFieldWells? = null, val legend: AnalysisLegendOptions? = null, val shape: AnalysisRadarChartShape? = null, val sortConfiguration: AnalysisRadarChartSortConfiguration? = null, val startAngle: Double? = null, val visualPalette: AnalysisVisualPalette? = null)
Constructors
Link copied to clipboard
constructor(alternateBandColorsVisibility: AnalysisVisibility? = null, alternateBandEvenColor: String? = null, alternateBandOddColor: String? = null, axesRangeScale: AnalysisRadarChartAxesRangeScale? = null, baseSeriesSettings: AnalysisRadarChartSeriesSettings? = null, categoryAxis: AnalysisAxisDisplayOptions? = null, categoryLabelOptions: AnalysisChartAxisLabelOptions? = null, colorAxis: AnalysisAxisDisplayOptions? = null, colorLabelOptions: AnalysisChartAxisLabelOptions? = null, fieldWells: AnalysisRadarChartFieldWells? = null, legend: AnalysisLegendOptions? = null, shape: AnalysisRadarChartShape? = null, sortConfiguration: AnalysisRadarChartSortConfiguration? = null, startAngle: Double? = null, visualPalette: AnalysisVisualPalette? = 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.