Nativescript plugin for Charts
    Preparing search index...

    Type Alias CustomRendererGridLineFunction

    CustomRendererGridLineFunction: (
        c: Canvas,
        axis: AxisBase,
        rect: RectF,
        x: any,
        y: any,
        axisValue: any,
        paint: Paint,
    ) => void

    Type Declaration

      • (
            c: Canvas,
            axis: AxisBase,
            rect: RectF,
            x: any,
            y: any,
            axisValue: any,
            paint: Paint,
        ): void
      • Parameters

        • c: Canvas
        • axis: AxisBase
        • rect: RectF
        • x: any
        • y: any
        • axisValue: any
        • paint: Paint

        Returns void