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

ChartAnnotationConfigBuilder Class

Represents an annotation config.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ChartAnnotationConfigBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

The following members return ChartAnnotationConfigBuilder objects:

Show 67 links

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
ChartAnnotationConfigBuilder
See Also