alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class 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

    Inheritance
    System.Object
    ChartDateTimeInterval.IterationFilter
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class IterationFilter : MulticastDelegate

    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 - 2026 Syncfusion Inc. All Rights Reserved