A newer version of this page is available.
Switch to the current version.
CustomBorder Class
Contains border settings for elements which have custom shapes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
public sealed class CustomBorder :
BorderBase
Public NotInheritable Class CustomBorder
Inherits BorderBase
Related API Members
The following members accept/return CustomBorder objects:
Show 19 links
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
Feedback