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

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

    Namespace: DevExpress.XtraCharts

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