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

PolarChartArgumentAxisConstantLineBuilder Class

Represents a constant line.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class PolarChartArgumentAxisConstantLineBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
PolarChartArgumentAxisConstantLineBuilder
See Also