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

    Gets or sets the transparency (0-255) to use for displaying the filled color areas.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    [XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
    public byte Transparency { get; set; }

    Property Value

    Type Description
    Byte

    A Byte value from 0 (opaque) to 255 (transparent).

    Implements

    See Also