Table of Contents

Class PropertyChartEngineRadar

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

Full (non-simple) radar chart engine configuration supporting Y and Z axes.

public class PropertyChartEngineRadar : PropertyChartEngineRadarBase
Inheritance
PropertyChartEngineRadar
Derived
Inherited Members

Properties

YAxis

Gets the Y category axis configuration.

[JsonInclude]
public PropertyCategoryAxisYRadar YAxis { get; }

Property Value

PropertyCategoryAxisYRadar

ZAxis

Gets the Z value axis configuration.

[JsonInclude]
public PropertyValueAxisRadar ZAxis { get; }

Property Value

PropertyValueAxisRadar