.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > CalendarPattern Class : AdjustmentUnit Property
AdjustmentUnit Property
Gets or sets a values by which the time interval is offset on the axis.
Syntax
'Declaration
 
Public Property AdjustmentUnit As TimeInterval
'Usage
 
Dim instance As CalendarPattern
Dim value As TimeInterval
 
instance.AdjustmentUnit = value
 
value = instance.AdjustmentUnit
public TimeInterval AdjustmentUnit {get; set;}
Remarks
This property can be useful with axis markers because tick marks may appear at the beginning of a time unit like month. The calendar pattern may need to be adjusted to properly correspond to axis ticks.
Requirements

Target Platforms: 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