Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Series Class / Values Property


In This Topic
    Values Property
    In This Topic
    Gives you access to the Values data series.
    Syntax
    'Declaration
     
    <CategoryAttribute("Data Series")>
    <DescriptionAttribute("Values Data Series")>
    Public Property Values As DataSeries
    'Usage
     
    Dim instance As Series
    Dim value As DataSeries
     
    instance.Values = value
     
    value = instance.Values
    [Category("Data Series")]
    [Description("Values Data Series")]
    public DataSeries Values {get; set;}
    Remarks
    The Values data series is of type double and is used by all derived classes. It stores the most important information of a series. For example the PieSeries stores the values of the pies, and the BarSeries strores the values of the bars.
    Requirements

    Target Platforms: 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