func NSUIGraphicsEndImageContext()

in Source/Charts/Utils/Platform+Graphics.swift [155:162]


func NSUIGraphicsEndImageContext()
{
    if imageContextStack.last != nil
    {
        imageContextStack.removeLast()
        NSUIGraphicsPopContext()
    }
}