Nativescript plugin for Charts
    Preparing search index...

    Type Alias CustomRendererLabelFunction

    CustomRendererLabelFunction: (
        c: Canvas,
        axis: AxisBase,
        text: string,
        x: number,
        y: number,
        paint: Paint,
        anchor?: MPPointF,
        angleDegrees?: number,
    ) => void

    Type Declaration

      • (
            c: Canvas,
            axis: AxisBase,
            text: string,
            x: number,
            y: number,
            paint: Paint,
            anchor?: MPPointF,
            angleDegrees?: number,
        ): void
      • Parameters

        • c: Canvas
        • axis: AxisBase
        • text: string
        • x: number
        • y: number
        • paint: Paint
        • Optionalanchor: MPPointF
        • OptionalangleDegrees: number

        Returns void