WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartDateTimeIntervalType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ChartDateTimeIntervalType

    Types of DateTime intervals that are supported by Essential Chart.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartDateTimeIntervalType

    Fields

    Name Description
    Auto

    The interval defaults to the most appropriate for the range of values being considered. For example, if the range is a few years, the interval would be internally set to years.

    Days

    Interval is set to days.

    Hours

    Interval is set to hours.

    MilliSeconds

    Interval is set to milliseconds.

    Minutes

    Interval is set to minutes.

    Months

    Interval is set to months.

    Seconds

    Interval is set to seconds.

    Weeks

    Interval is set to weeks.

    Years

    Interval is set to years.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved