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

PolarChartValueAxisConstantLineStyleBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PolarChartValueAxisConstantLineStyleBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
PolarChartValueAxisConstantLineStyleBuilder
See Also