DXColorStop(UIColor, Double, Double) Constructor
Initializes a new instance of the DXColorStop class with specified settings.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public DXColorStop(
UIColor color,
double value1,
double value2
)
Parameters
Name | Type |
---|---|
color | UIKit.UIColor |
value1 | Double |
value2 | Double |
See Also