Skip to main content

BoxPlotSeriesView.FillStyle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

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