Skip to main content
A newer version of this page is available. .

RectangularBorder Class

Contains border settings of rectangular elements within a chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public abstract class RectangularBorder :
    BorderBase

The following members return RectangularBorder objects:

Remarks

The RectangularBorder class defines border settings for chart elements of the rectangular shape (for instance, bars) within a chart control. The RectangularBorder 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.

An object of the RectangularBorder type can be accessed via the ChartControl.Border, BarSeriesView.Border, SeriesLabelBase.Border and Legend.Border properties.

See Also