Template Radar Chart Configuration
data class TemplateRadarChartConfiguration(val alternateBandColorsVisibility: TemplateVisibility? = null, val alternateBandEvenColor: String? = null, val alternateBandOddColor: String? = null, val axesRangeScale: TemplateRadarChartAxesRangeScale? = null, val baseSeriesSettings: TemplateRadarChartSeriesSettings? = null, val categoryAxis: TemplateAxisDisplayOptions? = null, val categoryLabelOptions: TemplateChartAxisLabelOptions? = null, val colorAxis: TemplateAxisDisplayOptions? = null, val colorLabelOptions: TemplateChartAxisLabelOptions? = null, val fieldWells: TemplateRadarChartFieldWells? = null, val legend: TemplateLegendOptions? = null, val shape: TemplateRadarChartShape? = null, val sortConfiguration: TemplateRadarChartSortConfiguration? = null, val startAngle: Double? = null, val visualPalette: TemplateVisualPalette? = null)
Constructors
Link copied to clipboard
constructor(alternateBandColorsVisibility: TemplateVisibility? = null, alternateBandEvenColor: String? = null, alternateBandOddColor: String? = null, axesRangeScale: TemplateRadarChartAxesRangeScale? = null, baseSeriesSettings: TemplateRadarChartSeriesSettings? = null, categoryAxis: TemplateAxisDisplayOptions? = null, categoryLabelOptions: TemplateChartAxisLabelOptions? = null, colorAxis: TemplateAxisDisplayOptions? = null, colorLabelOptions: TemplateChartAxisLabelOptions? = null, fieldWells: TemplateRadarChartFieldWells? = null, legend: TemplateLegendOptions? = null, shape: TemplateRadarChartShape? = null, sortConfiguration: TemplateRadarChartSortConfiguration? = null, startAngle: Double? = null, visualPalette: TemplateVisualPalette? = 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.