ColorStop(Color, Unit) Constructor
Initializes a new instance of the ColorStop class with the specified color and offset.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v26.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| color | Color | The color of the color stop. |
| value | Unit | The position of the color stop, in units. |
See Also