Skip to main content
All docs
V26.1
  • BoxPlotSeriesView.FillStyle Property

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

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v26.1.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