Delegate ChartDateTimeInterval.IterationFilter
Delegate that is to be used during interaction on the range associated with an instance of ChartDateTimeInterval. If this
delegate returns False, then that position is not used.
ChartDateTimeInterval
Assembly: Syncfusion.Chart.Base.dll
public delegate bool IterationFilter(DateTime dt);
Parameters
| Type |
Name |
Description |
| System.DateTime |
dt |
The date that is to be included or not included.
|
Returns
Constructors
Declaration
public IterationFilter(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 bool EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Declaration
public virtual bool Invoke(DateTime dt)
Parameters
| Type |
Name |
Description |
| System.DateTime |
dt |
|
Returns