Back to Devexpress

PolarChartValueAxisConstantLineBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-6ad33598.md

latest4.0 KB
Original Source

PolarChartValueAxisConstantLineBuilder Class

Represents a constant line.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class PolarChartValueAxisConstantLineBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return PolarChartValueAxisConstantLineBuilder objects:

Show 15 links

Remarks

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

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder PolarChartValueAxisConstantLineBuilder

See Also

PolarChartValueAxisConstantLineBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace