Nativescript plugin for Charts
    Preparing search index...

    Type Alias CustomRendererLimitLineFunction

    CustomRendererLimitLineFunction: (
        c: Canvas,
        axis: AxisBase,
        limitLine: LimitLine,
        rect: RectF,
        x: number,
        paint: Paint,
    ) => void

    Type Declaration

      • (
            c: Canvas,
            axis: AxisBase,
            limitLine: LimitLine,
            rect: RectF,
            x: number,
            paint: Paint,
        ): void
      • Parameters

        Returns void