menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DataBindTimeSpanUnit - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum DataBindTimeSpanUnit

    Specifies the unit that is to be used by the ChartDataBindModel for handling TimeSpan values.

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

    Fields

    Name Description
    TotalDays

    Specifies the TotalDays that is to be used by the ChartDataBindModel for handling TimeSpan values.

    TotalHours

    Specifies the TotalHours that is to be used by the ChartDataBindModel for handling TimeSpan values.

    TotalMilliseconds

    Specifies the TotalMilliseconds that is to be used by the ChartDataBindModel for handling TimeSpan values.

    TotalMinutes

    Specifies the TotalMinutes that is to be used by the ChartDataBindModel for handling TimeSpan values.

    TotalSeconds

    Specifies the TotalSeconds that is to be used by the ChartDataBindModel for handling TimeSpan values.

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