Back to Devexpress

ChartCommonAnnotationConfigBorderBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-455ac308.md

latest3.5 KB
Original Source

ChartCommonAnnotationConfigBorderBuilder Class

Provides methods that allow you to configure nested options of the client-side border object.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class ChartCommonAnnotationConfigBorderBuilder :
    OptionsOwnerBuilder

The following members return ChartCommonAnnotationConfigBorderBuilder objects:

Show 12 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartCommonAnnotationConfigBorderBuilder

See Also

ChartCommonAnnotationConfigBorderBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace