Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartDateTimeDeltaType

    Represents the date time auto scrolling delta type.

    Inheritance
    System.Object
    SFChartDateTimeDeltaType
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class SFChartDateTimeDeltaType : Enum

    Fields

    Auto

    Delta will be calculated automatically based on range.

    Declaration
    public const SFChartDateTimeDeltaType Auto
    Field Value
    Type Description
    SFChartDateTimeDeltaType

    Days

    Delta type is days.

    Declaration
    public const SFChartDateTimeDeltaType Days
    Field Value
    Type Description
    SFChartDateTimeDeltaType

    Hours

    Delta type is hours.

    Declaration
    public const SFChartDateTimeDeltaType Hours
    Field Value
    Type Description
    SFChartDateTimeDeltaType

    Milliseconds

    Delta type is milliseconds.

    Declaration
    public const SFChartDateTimeDeltaType Milliseconds
    Field Value
    Type Description
    SFChartDateTimeDeltaType

    Minutes

    Delta type is minutes.

    Declaration
    public const SFChartDateTimeDeltaType Minutes
    Field Value
    Type Description
    SFChartDateTimeDeltaType

    Months

    Delta type is months.

    Declaration
    public const SFChartDateTimeDeltaType Months
    Field Value
    Type Description
    SFChartDateTimeDeltaType

    Seconds

    Delta type is seconds.

    Declaration
    public const SFChartDateTimeDeltaType Seconds
    Field Value
    Type Description
    SFChartDateTimeDeltaType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Years

    Delta type is years.

    Declaration
    public const SFChartDateTimeDeltaType Years
    Field Value
    Type Description
    SFChartDateTimeDeltaType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved