Base time alignment for major tick marks and gridlines. Use to shift time of generated tick marks to specific fraction of the major interval.
For example set TickmarkTimeAlignment to Days and then set this value to 6:00:00 to generate one tick mark per day at 6 AM.
Namespace: Ico.TwxAssembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public TimeSpan BaseTickmarkTimeAlignment { get; set; } |
Visual Basic |
---|
Public Property BaseTickmarkTimeAlignment As TimeSpan
Get
Set |
JScript |
---|
function get BaseTickmarkTimeAlignment () : TimeSpan
function set BaseTickmarkTimeAlignment (value : TimeSpan) |
See Also