Hi,
I'm trying to work out how to change my Gradient so my Area Graph has a gradient underneath, but only 10 pixels.
My pictures should help explain what I am trying to do better.
But essentially I have created my graph and added a Gradient like this (VB.NET):
Dim lineGradient As New NGradientFillStyle(Color.Black, Color.White)
m_NewLine.FillStyle = lineGradient
But the gradient fills all the way to the bottom of the chart, but I only want it to fill to say 10 pixels under the Border, if that makes sence? Is that possible?
Thanks!