Back to Devexpress

ChartAnnotationConfigBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-591d886f.md

latest11.7 KB
Original Source

ChartAnnotationConfigBuilder Class

Represents an annotation config.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
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

ICollectionItem

Inheritance

Object OptionsOwnerBuilder ChartAnnotationConfigBuilder

See Also

ChartAnnotationConfigBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace