Back to Devexpress

ColorStop Constructors

wpf-devexpress-dot-xpf-dot-charts-dot-colorstop-dot-ctor.md

latest1.7 KB
Original Source

ColorStop Constructors

Describes the location and color of a transition point in a gradient.

NameParametersDescription
ColorStop()noneInitializes a new instance of the ColorStop class with the default settings.
ColorStop(Unit)valueInitializes a new instance of the ColorStop class with the specified offset.
ColorStop(Double)valueInitializes a new instance of the ColorStop class with the specified offset.
ColorStop(Color, Unit)color, valueInitializes a new instance of the ColorStop class with the specified color and offset.
ColorStop(Color, Double)color, valueInitializes a new instance of the ColorStop class with the specified color and offset.
ColorStop(Color)colorInitializes a new instance of the ColorStop class with the specified color.

See Also

ColorStop Class

ColorStop Members

DevExpress.Xpf.Charts Namespace