Skip to main content

StripeFillStyle Class

The fill style that colors the surface in stripes.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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