corelibraries-devexpress-dot-xtracharts-e8a22c5c.md
Contains border settings of rectangular elements within a chart control.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public abstract class RectangularBorder :
BorderBase
Public MustInherit Class RectangularBorder
Inherits BorderBase
The following members return RectangularBorder objects:
Show 14 links
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | AxisLabel.Border |
| BarDrawOptions.Border | |
| BarSeriesView.Border | |
| BoxPlotDrawOptions.Border | |
| BoxPlotSeriesView.Border | |
| Breadcrumbs.Border | |
| CustomAxisLabel.Border | |
| LegendBase.Border | |
| SeriesLabelBase.Border | |
| TotalLabel.Border | |
| WinForms Controls | ChartControl.BorderOptions |
| HeatmapControl.Border | |
| ASP.NET MVC Extensions | ChartControlSettings.BorderOptions |
| ASP.NET Web Forms Controls | WebChartControl.BorderOptions |
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.
Object ChartElement BorderBase RectangularBorder InsideRectangularBorder
See Also