Class PropertyValueAxisRadar
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Radar value axis definition providing scale, width, visual and post processing configuration.
public class PropertyValueAxisRadar : PropertyValueAxisBase
- Inheritance
-
PropertyValueAxisRadar
- Inherited Members
Properties
AxisScale
Gets or sets the axis scale mode.
public string AxisScale { get; set; }
Property Value
Label
Hidden label object (not used for radar axes).
[Browsable(false)]
[JsonInclude]
public override PropertyChartLabel Label { get; }
Property Value
PostProcessing
Gets post processing settings.
[JsonInclude]
public PropertyPostProcessing PostProcessing { get; }
Property Value
Visual
Gets visual appearance settings.
[JsonInclude]
public PropertyVisual Visual { get; }
Property Value
Width
Gets or sets the axis width.
public string Width { get; set; }