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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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