PolarChartAnnotationConfigBuilder Class
In This Article
Represents an annotation config.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class PolarChartAnnotationConfigBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Related API Members
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