Nevron .NET Vision
Nevron.Chart Namespace / NSeries Class / Values Property


In This Topic
    Values Property (NSeries)
    In This Topic
    Gets or sets the Values data series.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data Series")>
    <System.ComponentModel.DescriptionAttribute("Values Data Series")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Values As NDataSeriesDouble
    'Usage
     
    
    Dim instance As NSeries
    Dim value As NDataSeriesDouble
     
    instance.Values = value
     
    value = instance.Values
    [System.ComponentModel.Category("Data Series")]
    [System.ComponentModel.Description("Values Data Series")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDataSeriesDouble 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 NPieSeries stores the values of the pies, and the NBarSeries 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