Custom step for tick marks on vertical axis. When set to 0 the step is automatic.

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double VerticalAxisStep { get; set; }
Visual Basic
Public Property VerticalAxisStep As Double
	Get
	Set
JScript
function get VerticalAxisStep () : double
function set VerticalAxisStep (value : double)

See Also