Enables base alignment for major tick marks and gridlines.
Applies for constant number of tick marks as well as for time-aligned tick marks.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool UseBaseTickmarkTimeAlignment { get; set; } |
| Visual Basic |
|---|
Public Property UseBaseTickmarkTimeAlignment As Boolean
Get
Set |
| JScript |
|---|
function get UseBaseTickmarkTimeAlignment () : boolean
function set UseBaseTickmarkTimeAlignment (value : boolean) |
See Also