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

CustomBorder Class

Contains border settings for elements which have custom shapes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public sealed class CustomBorder :
    BorderBase

Remarks

The CustomBorder class defines border settings for custom shaped elements (for instance, pies) within a chart control. The CustomBorder class inherits properties and methods from the base BorderBase class which define the common border settings. Please see the BorderBase class’s description for more information on the available main settings.

Inheritance

See Also