corelibraries-devexpress-dot-xtracharts-92994338.md
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
public sealed class InsideRectangularBorder :
RectangularBorder
Public NotInheritable Class InsideRectangularBorder
Inherits RectangularBorder
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.
Object ChartElement BorderBase RectangularBorder InsideRectangularBorder
See Also