Back to Devexpress

CustomBorder Class

corelibraries-devexpress-dot-xtracharts-2b3411f1.md

latest3.9 KB
Original Source

CustomBorder Class

Contains border settings for elements which have custom shapes.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class CustomBorder :
    BorderBase
vb
Public NotInheritable Class CustomBorder
    Inherits BorderBase

The following members return CustomBorder objects:

Show 20 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

CustomBorder Members

BorderBase

AreaDrawOptions.Border

AreaSeriesViewBase.Border

PieDrawOptions.Border

PieSeriesView.Border

RadarAreaSeriesView.Border

DevExpress.XtraCharts Namespace