Back to Devexpress

RectangularBorder Class

corelibraries-devexpress-dot-xtracharts-e8a22c5c.md

latest3.7 KB
Original Source

RectangularBorder Class

Contains border settings of rectangular elements within a chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class RectangularBorder :
    BorderBase
vb
Public MustInherit Class RectangularBorder
    Inherits BorderBase

The following members return RectangularBorder objects:

Show 14 links

LibraryRelated API Members
Cross-Platform Class LibraryAxisLabel.Border
BarDrawOptions.Border
BarSeriesView.Border
BoxPlotDrawOptions.Border
BoxPlotSeriesView.Border
Breadcrumbs.Border
CustomAxisLabel.Border
LegendBase.Border
SeriesLabelBase.Border
TotalLabel.Border
WinForms ControlsChartControl.BorderOptions
HeatmapControl.Border
ASP.NET MVC ExtensionsChartControlSettings.BorderOptions
ASP.NET Web Forms ControlsWebChartControl.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.

Inheritance

Object ChartElement BorderBase RectangularBorder InsideRectangularBorder

OutsideRectangularBorder

See Also

RectangularBorder Members

BorderBase

DevExpress.XtraCharts Namespace