Back to Devexpress

DxPolarChart<T>.UseSpiderWeb Property

blazor-devexpress-dot-blazor-dot-dxpolarchart-1-32dbe02a.md

latest1.6 KB
Original Source

DxPolarChart<T>.UseSpiderWeb Property

Specifies whether to display the chart grid as a spider web.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(false)]
[Parameter]
public bool UseSpiderWeb { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to display the chart grid as a spider web; otherwise, false.

|

Remarks

In a polar coordinate system, the argument axis is a circle:

When argument values in the chart’s data source belong to different categories, you may want to display the values at corresponding discrete positions on the argument axis. In this case, the argument axis and grid lines of the value axis are displayed as straight lines:

To make the argument axis discrete, set the UseSpiderWeb property to true:

razor
<DxPolarChart Data=@DataSource UseSpiderWeb="true">
    @* ... *@
</DxPolarChart>

See Also

DxPolarChart<T> Class

DxPolarChart<T> Members

DevExpress.Blazor Namespace