Skip to main content

ColorStop(Color, Double) Constructor

Initializes a new instance of the ColorStop class with the specified color and offset.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ColorStop(
    Color color,
    double value
)

Parameters

Name Type Description
color Color

The color of the color stop.

value Double

The position of the color stop, as an absolute value.

See Also