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