Skip to main content

PolarChartValueAxisConstantLineBuilder Class

Represents a constant line.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PolarChartValueAxisConstantLineBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
PolarChartValueAxisConstantLineBuilder
See Also