Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • 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