Table of Contents

Class PropertyChartEngineRadarBase

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

Base class for radar chart engines providing circular / centered options and X axis + filling.

public class PropertyChartEngineRadarBase : PropertyChartEngineBase
Inheritance
PropertyChartEngineRadarBase
Derived
Inherited Members

Properties

Filling

Gets the filling definition.

[JsonInclude]
public PropertyFilling Filling { get; }

Property Value

PropertyFilling

RadarCenterMinimumValue

Gets or sets flag whether minimum value is centered.

public string RadarCenterMinimumValue { get; set; }

Property Value

string

RadarCircularMode

Gets or sets circular display mode flag.

public string RadarCircularMode { get; set; }

Property Value

string

RadarForceAutoZeroValues

Gets or sets auto-zero forcing flag.

public string RadarForceAutoZeroValues { get; set; }

Property Value

string

RadarForceCentered

Gets or sets centered mode flag.

public string RadarForceCentered { get; set; }

Property Value

string

RadarRotateClockwise

Gets or sets clockwise rotation flag.

public string RadarRotateClockwise { get; set; }

Property Value

string

RadarRotationDelta

Gets or sets rotation delta value.

public string RadarRotationDelta { get; set; }

Property Value

string

XAxis

Gets the X category axis configuration.

[JsonInclude]
public PropertyCategoryAxisXRadar XAxis { get; }

Property Value

PropertyCategoryAxisXRadar