InsideRectangularBorder Class
Contains the inside border settings of rectangular elements within a chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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