CustomLegendItem(String, 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 color
)
Parameters
Name | Type |
---|---|
text | String |
color | Color |
See Also