PolarChartAnnotationConfigBuilder Class
Represents an annotation config.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class PolarChartAnnotationConfigBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return PolarChartAnnotationConfigBuilder objects:
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