Show / Hide Table of Contents

Enum DateTimeIntervalType

A date time interval.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public enum DateTimeIntervalType

Fields

Name Description
Auto

Automatically determine interval.

Days

Interval type is days.

Hours

Interval type is hours.

Milliseconds

Interval type is milliseconds.

Minutes

Interval type is minutes.

Months

Interval type is months.

Seconds

Interval type is seconds.

Weeks

Interval type is weeks.

Years

Interval type is years.

  • Improve this Doc
  • View Source