Back to Devexpress

ChartAnnotationConfigBorderBuilder Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-d65356a3.md

latest3.3 KB
Original Source

ChartAnnotationConfigBorderBuilder 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 ChartAnnotationConfigBorderBuilder :
    OptionsOwnerBuilder

The following members return ChartAnnotationConfigBorderBuilder objects:

Show 12 links

Remarks

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

Inheritance

Object OptionsOwnerBuilder ChartAnnotationConfigBorderBuilder

See Also

ChartAnnotationConfigBorderBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace