Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

GradientStopInfo Struct

Defines the position and color of a transition point in a gradient.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public struct GradientStopInfo

Remarks

To apply a gradient fill to a chart element, use the ShapeOutlineFill.SetGradientFill method and pass a collection of gradient stops, defined by the GradientStopInfo object, as a parameter.

See Also