setpixel function for max7219

Please help me!

I am looking for code to set pixels of max7219 dot matrix so i could control each pixel of daisy chain of max7219. it should be something like this:

void setpixel(int chain, int x , int y)

chain stand for block number , X and Y for coordination )
thanks

The library MD_MAX72xx has this function called setPoint

bool setPoint(uint8_t r, uint16_t c, bool state);

Thank you very much for quick response , would you please post an example Sketch .it looks very complicated . i need just controlling each pixel.

thanks again