Version

EnableTickAlign Property (ITickmark)

Determines whether or not this group of tickmarks is aligned at a value. In order to zero align enable this and set value of TickAlign = 0.0;
Syntax
'Declaration
 
Property EnableTickAlign As Boolean
bool EnableTickAlign {get; set;}
Remarks

If True, a tickmark must be provided at zero, and tickmarks should deviate from zero at the appropriate interval.

If False, a tickmark should be provided at the set minimum, and tickmarks should increment at the appropriate interval.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also