Skip to main content
A newer version of this page is available. .

WidgetFactory<TModel>.PolarChart() Method

Creates a PolarChart control.

Namespace: DevExtreme.AspNet.Mvc.Factories

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public PolarChartBuilder PolarChart()

Returns

Type Description
PolarChartBuilder

An instance of PolarChartBuilder.

Remarks

This method creates a PolarChartBuilder class instance whose members can be used to specify PolarChart options.

@(Html.DevExtreme().PolarChart() // create a PolarChart
    // call methods to specify control options
)
See Also