A specific step for the tickmarks on the vertical axis. When set to 0 the step is automatic. Ignored when HorizontalAxisOverrideRange is set to false.

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