Back to Devexpress

PolarChartAnnotationConfigBuilder Class

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

latest12.7 KB
Original Source

PolarChartAnnotationConfigBuilder Class

Represents an annotation config.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class PolarChartAnnotationConfigBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return PolarChartAnnotationConfigBuilder objects:

Show 69 links

Remarks

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

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder PolarChartAnnotationConfigBuilder

See Also

PolarChartAnnotationConfigBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace