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
RadarCenterMinimumValue
Gets or sets flag whether minimum value is centered.
public string RadarCenterMinimumValue { get; set; }
Property Value
RadarCircularMode
Gets or sets circular display mode flag.
public string RadarCircularMode { get; set; }
Property Value
RadarForceAutoZeroValues
Gets or sets auto-zero forcing flag.
public string RadarForceAutoZeroValues { get; set; }
Property Value
RadarForceCentered
Gets or sets centered mode flag.
public string RadarForceCentered { get; set; }
Property Value
RadarRotateClockwise
Gets or sets clockwise rotation flag.
public string RadarRotateClockwise { get; set; }
Property Value
RadarRotationDelta
Gets or sets rotation delta value.
public string RadarRotationDelta { get; set; }
Property Value
XAxis
Gets the X category axis configuration.
[JsonInclude]
public PropertyCategoryAxisXRadar XAxis { get; }