Skip to main content

CustomBorder Class

Contains border settings for elements which have custom shapes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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