Number of minor tick marks between major tick marks. Minor tick marks do not have labels.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int MinorTickmarks { get; set; }
Visual Basic
Public Property MinorTickmarks As Integer
	Get
	Set
JScript
function get MinorTickmarks () : int
function set MinorTickmarks (value : int)

See Also