Table of Contents

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

string

Label

Hidden label object (not used for radar axes).

[Browsable(false)]
[JsonInclude]
public override PropertyChartLabel Label { get; }

Property Value

PropertyChartLabel

PostProcessing

Gets post processing settings.

[JsonInclude]
public PropertyPostProcessing PostProcessing { get; }

Property Value

PropertyPostProcessing

Visual

Gets visual appearance settings.

[JsonInclude]
public PropertyVisual Visual { get; }

Property Value

PropertyVisual

Width

Gets or sets the axis width.

public string Width { get; set; }

Property Value

string