corelibraries-devexpress-dot-xtracharts-99708d5d.md
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
public sealed class OutsideRectangularBorder :
RectangularBorder
Public NotInheritable Class OutsideRectangularBorder
Inherits RectangularBorder
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.
Object ChartElement BorderBase RectangularBorder OutsideRectangularBorder
See Also