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