Modes of automatic scaling.
Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum enumAxis |
| C# |
|---|
| public enum enumAxis |
| C++ |
|---|
| public enum class enumAxis |
| J# |
|---|
| public enum enumAxis |
| JScript |
|---|
| public enum enumAxis |
Members
| Description | |
|---|---|
| None | Do not autoscale |
| Y | Make sure all points are inside the Y axis |
| X | Make sure all points are inside the X axis |
| Both | Make sure all points are inside both the Y and the X axis |