TimePadding Property
Gets or sets the time padding of this axis.
Syntax
'Declaration Public Property TimePadding As TimeSpan
'Usage Dim instance As Axis Dim value As TimeSpan instance.TimePadding = value value = instance.TimePadding
public TimeSpan TimePadding {get; set;}
Property Value
A TimeSpan object indicating the amount of time shown before and after the plotted data.Remarks
(Applies to value axes using Scale.Time)
Example
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