dotnetCHARTING Send comments on this topic.
TimePadding Property
See Also 
dotnetCHARTING Namespace > Axis Class : TimePadding Property


Gets or sets the time padding of this axis.

Syntax

Visual Basic (Declaration) 
Public Property TimePadding As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As TimeSpan
 
instance.TimePadding = value
 
value = instance.TimePadding
C# 
public TimeSpan TimePadding {get; set;}

Return Value

A TimeSpan object indicating the amount of time shown before and after the plotted data.

Example

Remarks

(Applies to value axes using Scale.Time)

See Also

© 2010 All Rights Reserved.