Back to Devexpress

BoxPlotSeriesView.Border Property

corelibraries-devexpress-dot-xtracharts-dot-boxplotseriesview-667c47cd.md

latest1.4 KB
Original Source

BoxPlotSeriesView.Border Property

Returns the border settings for a Box Plot series point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangularBorder Border { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property Border As RectangularBorder

Property Value

TypeDescription
RectangularBorder

An object that stores the border settings for a Box Plot series point.

|

Remarks

Use the Border property to specify the border’s color, thickness and visibility.

See Also

BoxPlotSeriesView Class

BoxPlotSeriesView Members

DevExpress.XtraCharts Namespace