Skip to main content

PolarChartBuilder(OptionsOwnerContext) Constructor

For internal use only. Initializes a new PolarChartBuilder class instance.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public PolarChartBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. To create a new PolarChart control, use the PolarChart helper method:

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