func NSUIGraphicsGetCurrentContext()

in Source/Charts/Utils/Platform+Graphics.swift [76:79]


func NSUIGraphicsGetCurrentContext() -> CGContext?
{
    return NSGraphicsContext.current?.cgContext
}