Specifies the gap between the ticks of the horizontal axis when DateTime chart type is selected

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

Syntax

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

Remarks

Available only for DateTime Type

See Also