Skip to main content
A newer version of this page is available. .

StripeFillStyle Class

The fill style that colors the surface in stripes.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class StripeFillStyle :
    GradientFillStyle

Remarks

This fill style colors surface points depending on their value. The following image shows this fill style in action.

StripeFillStyle-Example

See Also