Skip to main content

DXCustomLegendItem(String, UIColor, 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 color1,
    UIColor color2
)

Parameters

Name Type
text String
color1 UIKit.UIColor
color2 UIKit.UIColor
See Also