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

PolarChartAnnotationConfigBuilder Class

Represents an annotation config.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

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

Inheritance

Object
OptionsOwnerBuilder
PolarChartAnnotationConfigBuilder
See Also