AgentSmith
Well-known Member
- Joined
- Mar 8, 2004
- Messages
- 575
I have a chart which has a gradient fill in the Plot Area. For the chart to look right, users must adjust the gradient stop positions and angle of the gradient by eye. To help them I'm providing a couple of controls. The stop positions are easy enough to work with in VBA but I can't see how to work with the angle of the gradient. Individual series have a GradientAngle property (series.Format.Fill.GradientAngle) but the PlotArea.Format.Fill object does not.
Any suggestions how I can do something equivalent?
Any suggestions how I can do something equivalent?