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

    Returns the border settings for a Box Plot series point.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [PersistenceMode(PersistenceMode.InnerProperty)]
    [XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
    public RectangularBorder Border { get; }

    Property Value

    Type Description
    RectangularBorder

    An object that stores the border settings for a Box Plot series point.

    Remarks

    Use the Border property to specify the border’s color, thickness and visibility.

    See Also