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

Member NameDescription
NoneDo not autoscale
YMake sure all points are inside the Y axis
XMake sure all points are inside the X axis
BothMake sure all points are inside both the Y and the X axis

See Also