WinForms

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

    Show / Hide Table of Contents

    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.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    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
    Type Description
    System.DateTime

    Constructors

    IterationModifier(Object, IntPtr)

    Declaration
    public IterationModifier(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 Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(DateTime)

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