Table of Contents

Class PropertyCategoryAxisYRadar

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents the Y category axis for stacked/clustered/relative radar charts. Extends the base axis with sorting and row grouping support.

public class PropertyCategoryAxisYRadar : PropertyCategoryAxisBase
Inheritance
PropertyCategoryAxisYRadar
Inherited Members

Properties

Label

Gets the chart label styling object.

[JsonInclude]
public PropertyChartLabel Label { get; }

Property Value

PropertyChartLabel

Rows

Gets the collection of chart rows used for the radar Y axis grouping.

[JsonInclude]
public CollectionChartRows Rows { get; }

Property Value

CollectionChartRows

Sorted

Gets or sets the sorting mode for the radar Y axis categories.

public string Sorted { get; set; }

Property Value

string