| ||
Introducing SharpPlot Your First Chart Recent Updates Sample Charts Tutorials General Tutorials Chart Tutorials SharpPlot Class Properties Structures Enumerations Style examples Glossaries Active Charts VectorMath Class DBUtil Class Get SharpPlot Download SharpPlot Buying SharpPlot SharpPlot Support Upgrading from GraPL Release notes |
Reference > Methods > NewYAxis Method SharpPlot.NewYAxis MethodPartial reset to allow independent secondary Y-axis. public void NewYAxis(); This call resets all the properties associated with the Y-axis, allowing any number of independently ranged vertical axes. The default alignment is ‘right’ but you may change the axis style, or use the XIntercept property, to place the new axis anywhere you like. This allows you to have as many Y-axes as you like, but more than 2 is unlikely to work well in practice. Examplesp.NewYAxis(); This method is typically used for charts which compare two series with very different ranges, for example currencies such as the Dollar and the Yen. See also ...SharpPlot Members | XIntercept Property |