OutsideRectangularBorder Class
Contains the outside border settings of rectangular elements within a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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