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

PolarChartValueAxisBuilder Class

Provides methods that allow you to configure nested options of the client-side valueAxis object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PolarChartValueAxisBuilder :
    OptionsOwnerBuilder

The following members return PolarChartValueAxisBuilder objects:

Show 70 links

Remarks

Do not instantiate this class explicitly. A new PolarChartValueAxisBuilder class instance is created when you call the ValueAxis(Action<PolarChartValueAxisBuilder>) method.

Inheritance

Object
OptionsOwnerBuilder
PolarChartValueAxisBuilder
See Also