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

ColorStop(Double) Constructor

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

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public ColorStop(
    double value
)

Parameters

Name Type Description
value Double

The color stop offset, as an absolute value.

See Also