Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartDateTimeIntervalType

    Represents the date time interval type.

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

    Fields

    Auto

    Interval will be calculated automatically based on range.

    Declaration
    public const SFChartDateTimeIntervalType Auto
    Field Value
    Type Description
    SFChartDateTimeIntervalType

    Days

    Interval type is days.

    Declaration
    public const SFChartDateTimeIntervalType Days
    Field Value
    Type Description
    SFChartDateTimeIntervalType

    Hours

    Interval type is hours.

    Declaration
    public const SFChartDateTimeIntervalType Hours
    Field Value
    Type Description
    SFChartDateTimeIntervalType

    Milliseconds

    Interval type is Milliseconds.

    Declaration
    public const SFChartDateTimeIntervalType Milliseconds
    Field Value
    Type Description
    SFChartDateTimeIntervalType

    Minutes

    Interval type is minutes.

    Declaration
    public const SFChartDateTimeIntervalType Minutes
    Field Value
    Type Description
    SFChartDateTimeIntervalType

    Months

    Interval type is months.

    Declaration
    public const SFChartDateTimeIntervalType Months
    Field Value
    Type Description
    SFChartDateTimeIntervalType

    Seconds

    Interval type is seconds.

    Declaration
    public const SFChartDateTimeIntervalType Seconds
    Field Value
    Type Description
    SFChartDateTimeIntervalType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Years

    Interval type is years.

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