User (Legacy) Posted November 12, 2003 Report Share Posted November 12, 2003 I'm using Chartfx for Windows Forms.Net version 6.1. I have a scatter chart with three Y axes: I want to have three stripes associated with each of these Y axes. So I have the following: stripe.Axis = AxisItem.Y for the first stripe stripe.Axis = AxisItem.Y2 for the second strip How do I associate a stripe with the third Y3 axis? Link to comment Share on other sites More sharing options...
Software FX Posted November 12, 2003 Report Share Posted November 12, 2003 stripe.Axis = (YAxis) 3; -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.