Skip to main content

PolarChartArgumentAxisBuilder(OptionsOwnerContext) Constructor

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public PolarChartArgumentAxisBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

Remarks

Do not use this constructor explicitly. A new PolarChartArgumentAxisBuilder class instance is created when you call the ArgumentAxis(Action<PolarChartArgumentAxisBuilder>) method.

See Also