Class Interval
Represents a dependency object that contains the types of interval for axis.
Inheritance
System.Object
Interval
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class Interval : DependencyObject
Constructors
Interval()
Initializes a new instance of the Interval class.
Declaration
public Interval()
Fields
IntervalTypeProperty
The DependencyProperty for IntervalType property.
Declaration
public static readonly DependencyProperty IntervalTypeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelFormattersProperty
The DependencyProperty for LabelFormatters property.
Declaration
public static readonly DependencyProperty LabelFormattersProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IntervalType
Gets or sets interval type in which the navigator values should be displayed.
Declaration
public NavigatorIntervalType IntervalType { get; set; }
Property Value
Type |
---|
NavigatorIntervalType |
LabelFormatters
Gets or sets string collection to set the label format for the navigator labels.
Declaration
public ObservableCollection<string> LabelFormatters { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.String> |
See Also
System.Windows.DependencyObject