Skip to main content

SurfaceSeriesView.BackFillStyle Property

Gets or sets the fill style of the back surface of the plane.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public FillStyleBase BackFillStyle { get; set; }

Property Value

Type Description
FillStyleBase

The fill style of the back surface.

See Also