menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate ChartDateTimeInterval.IterationFilter - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public delegate bool IterationFilter(DateTime dt);
    Parameters
    Type Name Description
    System.DateTime dt

    The date that is to be included or not included.

    Returns
    Type
    System.Boolean

    Constructors

    IterationFilter(Object, IntPtr)

    Declaration
    public IterationFilter(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(DateTime, AsyncCallback, Object)

    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
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type
    System.Boolean

    Invoke(DateTime)

    Declaration
    public virtual bool Invoke(DateTime dt)
    Parameters
    Type Name Description
    System.DateTime dt
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved