Delegate ChartDateTimeInterval.IterationModifier
Delegate that is to be used during iteration on the range associated with an instance of ChartDateTimeInterval. This delegate can
change the date that gets passed in during iteration.
Assembly: Syncfusion.Chart.Base.dll
public delegate DateTime IterationModifier(DateTime dt);
Parameters
Type |
Name |
Description |
System.DateTime |
dt |
The date; that is a position along the associated range during iteration. This date can be changed by this callback.
|
Returns
Constructors
Declaration
public IterationModifier(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(DateTime dt, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.DateTime |
dt |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual DateTime EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Declaration
public virtual DateTime Invoke(DateTime dt)
Parameters
Type |
Name |
Description |
System.DateTime |
dt |
|
Returns