Back to Devexpress

InsideRectangularBorder Class

corelibraries-devexpress-dot-xtracharts-92994338.md

latest1.7 KB
Original Source

InsideRectangularBorder Class

Contains the inside 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 sealed class InsideRectangularBorder :
    RectangularBorder
vb
Public NotInheritable Class InsideRectangularBorder
    Inherits 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

Object ChartElement BorderBase RectangularBorder InsideRectangularBorder

See Also

InsideRectangularBorder Members

BorderBase

DevExpress.XtraCharts Namespace