Nevron .NET Vision
Nevron.Chart Namespace / NPolarSeries Class / Angles Property


In This Topic
    Angles Property
    In This Topic
    Gets or sets the data series holding the polar angles.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data Series")>
    <System.ComponentModel.DescriptionAttribute("data series holding the polar angles.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Angles As NDataSeriesDouble
    'Usage
     
    
    Dim instance As NPolarSeries
    Dim value As NDataSeriesDouble
     
    instance.Angles = value
     
    value = instance.Angles
    [System.ComponentModel.Category("Data Series")]
    [System.ComponentModel.Description("data series holding the polar angles.")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDataSeriesDouble Angles {get; set;}
    Remarks
    The type of the Angles data series is Double.
    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