I want to draw 3 Y Axis my GraphPane. I saw the examples. Examples are saying below;
YAxis yAxis3 = new YAxis( "Distance, m" );
myPane.YAxisList.Add( yAxis3 );
But myPane does not has YAxisList method. You can see the screenshot below;
I want to draw 3 Y Axis my GraphPane. I saw the examples. Examples are saying below;
YAxis yAxis3 = new YAxis( "Distance, m" );
myPane.YAxisList.Add( yAxis3 );
But myPane does not has YAxisList method. You can see the screenshot below;