Class NavigatorIntervalType
Specifies the Interval type in which the navigator values should be displayed.
Inheritance
System.Object
NavigatorIntervalType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class NavigatorIntervalType : Enum
Fields
Day
One Day interval
Declaration
public const NavigatorIntervalType Day
Field Value
Type |
---|
NavigatorIntervalType |
Hour
One Day interval
Declaration
public const NavigatorIntervalType Hour
Field Value
Type |
---|
NavigatorIntervalType |
Month
One Month interval
Declaration
public const NavigatorIntervalType Month
Field Value
Type |
---|
NavigatorIntervalType |
Quarter
One Quarter interval
Declaration
public const NavigatorIntervalType Quarter
Field Value
Type |
---|
NavigatorIntervalType |
Week
One Week interval
Declaration
public const NavigatorIntervalType Week
Field Value
Type |
---|
NavigatorIntervalType |
Year
One year interval.
Declaration
public const NavigatorIntervalType Year
Field Value
Type |
---|
NavigatorIntervalType |