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
fun TemplateRadarChartConfiguration(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)