Nevron .NET Vision
Nevron.Chart Namespace / NGridSurfaceSeries Class / XValues Property


In This Topic
    XValues Property (NGridSurfaceSeries)
    In This Topic
    Gets or sets the data series holding the custom X values for the grid surface.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Grid Options")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the data series holding the custom X values for the grid surface.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property XValues As NDataSeriesDouble
    'Usage
     
    
    Dim instance As NGridSurfaceSeries
    Dim value As NDataSeriesDouble
     
    instance.XValues = value
     
    value = instance.XValues
    [System.ComponentModel.Category("Grid Options")]
    [System.ComponentModel.Description("Gets or sets the data series holding the custom X values for the grid surface.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDataSeriesDouble XValues {get; set;}
    Remarks
    The data series contains Double values. The values must be sorted in ascending order (otherwise the control sorts them internally).
    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