CustomLegendItem(String, Color, Color) Constructor
Initializes a new instance of the CustomLegendItem class with specified settings.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public CustomLegendItem(
string text,
Color color1,
Color color2
)
Parameters
Name | Type |
---|---|
text | String |
color1 | Color |
color2 | Color |
See Also