RectangularBorder Class
Contains border settings of rectangular elements within a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return RectangularBorder objects:
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 |
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.