Chartbreaker
    Preparing search index...

    Type Alias ChartSet_Watermark

    ChartSet_Watermark: (
        ctx: CanvasRenderingContext2D,
        style: ObjectStyle,
        plotArea: Bounds,
        plotAreaInsets: EdgeInsets,
        chartButtonsRatio: number,
    ) => void

    Watermark function implementations need to be registered with the utils.addWatermark function, and can then be set active by calling utils.set('activeWatermark', $name);

    Type Declaration