Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / DataRange Class
Members


In This Topic
    DataRange Class
    In This Topic
    Defines a range of data.
    Syntax
    'Declaration
     
    Public Class DataRange 
    'Usage
     
    Dim instance As DataRange
    public class DataRange 
    Remarks
    This represents the range that an entire series occupies on an axis (e.g., Series.XRange, whose Start and End properties indicate the start and end on the axis) or the range that a chart primitive occupies on an axis (e.g., ColumnPrimitiveInfo.XRange); for primitives such as markers (used as to represents points of data in a line chart), the Start and End properties will be the same
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.Chart.DataRange

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the DataRange class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the end position of the datarasnge.  
    Public PropertyIndicates whether this DataRange is empty.  
    Public PropertyGets the length of the datarange.  
    Public PropertyGets or sets the start position of the datarasnge.  
    Top
    Public Methods
     NameDescription
    Public MethodChecks if the DataRange contains the specified value.  
    Public MethodDetermines whether the specified object is equal to the current object.  
    Public MethodServes as a hash function for a particular type.  
    Public MethodResets the DataRange to default values.  
    Top
    Public Operators
    Merges two DataRange instances.
    Compares two DataRange instances.
    Compares two DataRange instances.
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also