A differentiable and also convex function has the following property.
$$ (\nabla f (x) - \nabla f (y))^T(x-y) \geq 0 $$
I can derive it from the first order condition for a convex function,
$$ f(y) \geq f(x)+\nabla f(x)^T(y-x) \\ f(x) \geq f(y)+\nabla f(y)^T(x-y) $$
by adding the two inequalities and rearrange it.
but I don't know meanings of the inequality in a graph.
Does it mean that a tangent line should be above the graph? but how? or is something else?
Could you explain the meaning?