Back to Devexpress

OutsideRectangularBorder Class

corelibraries-devexpress-dot-xtracharts-99708d5d.md

latest1.8 KB
Original Source

OutsideRectangularBorder Class

Contains the outside border settings of rectangular elements within a chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class OutsideRectangularBorder :
    RectangularBorder
vb
Public NotInheritable Class OutsideRectangularBorder
    Inherits RectangularBorder

Remarks

The OutsideRectangularBorder class defines the settings of outside borders for rectangular chart elements (for instance, bars) within a chart control. The OutsideRectangularBorder class inherits properties and methods from the base BorderBase class which defines the common border settings. Please see the BorderBase class’s description for more information on the available main settings.

Inheritance

Object ChartElement BorderBase RectangularBorder OutsideRectangularBorder

See Also

OutsideRectangularBorder Members

BorderBase

DevExpress.XtraCharts Namespace