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

BoxPlotSeriesView.FillStyle Property

Gets the fill style of points within a Box Plot series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangleFillStyle FillStyle { get; }

Property Value

Type Description
RectangleFillStyle

A fill style for box plot points.

See Also