CustomBorder Class
In This Article
Contains border settings for elements which have custom shapes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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
Object
ChartElement
BorderBase
CustomBorder
See Also