Skip to main content

RectangularBorder Class

Contains border settings of rectangular elements within a chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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.BorderOptions, BarSeriesView.Border, SeriesLabelBase.Border and LegendBase.Border properties.

See Also