Skip to main content

OutsideRectangularBorder Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public sealed class OutsideRectangularBorder :
    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

See Also