Xceed Toolkit Plus for WPF v5.0 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

    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