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.v18.1.dll

Declaration

public abstract class RectangularBorder :
    BorderBase

The following members accept/return RectangularBorder objects:

Library Related API Members
Cross-Platform Class Library AxisLabel.Border
BarDrawOptions.Border
BarSeriesView.Border
CustomAxisLabel.Border
Legend.Border
SeriesLabelBase.Border
TotalLabel.Border
WinForms Controls ChartControl.BorderOptions
ASP.NET Web Forms Controls ChartControlSettings.BorderOptions
WebChartControl.BorderOptions

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