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

    Gets or sets the thickness of the line used to draw the box plot whiskers, median line and caps.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
    public int LineThickness { get; set; }

    Property Value

    Type Description
    Int32

    The line thickness in pixels.

    See Also