Nativescript plugin for Charts
    Preparing search index...

    Interface PieEntry

    interface PieEntry {
        data?: any;
        icon?: ImageSource | Shape;
        label: string;
        [k: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    data?: any
    icon?: ImageSource | Shape
    label: string