Width for the vertical axis. Disabled when the value is 0. Can be used to align two or more charts.

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

Syntax

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

See Also