WPF

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

    Show / Hide Table of Contents

    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 Description
    System.Windows.DependencyProperty

    LabelFormattersProperty

    The DependencyProperty for LabelFormatters property.

    Declaration
    public static readonly DependencyProperty LabelFormattersProperty
    Field Value
    Type Description
    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 Description
    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 Description
    System.Collections.ObjectModel.ObservableCollection<System.String>

    See Also

    System.Windows.DependencyObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved