Skip to main content
A newer version of this page is available. .

InsideRectangularBorder Class

Contains the inside border settings of rectangular elements within a chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public sealed class InsideRectangularBorder :
    RectangularBorder

Remarks

The InsideRectangularBorder class defines the settings of inside borders of rectangular chart elements (for instance, bars) within a chart control. The InsideRectangularBorder 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.

Inheritance

See Also