Nevron .NET Vision
Nevron.Chart Namespace / NSeries Class
Members


In This Topic
    NSeries Class
    In This Topic
    NSeries is the base class of all series with one dimensional value arrays.
    Object Model
    NSeries Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.Chart.NSeriesBaseConverter)>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.NSeries)>
    <System.SerializableAttribute()>
    Public MustInherit Class NSeries 
       Inherits NSeriesBase
       Implements INChartElement, INDataPointCollection, INSceneNode, Nevron.Dom.INAtomicElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INIndexedAttributeContainer, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NSeries
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.ComponentModel.TypeConverter(Nevron.Chart.NSeriesBaseConverter)]
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.NSeries)]
    [System.Serializable()]
    public abstract class NSeries : NSeriesBase, INChartElement, INDataPointCollection, INSceneNode, Nevron.Dom.INAtomicElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INIndexedAttributeContainer, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    The NSeries class inherits all functionality of the NSeriesBase class and adds support for the following features:
    • Implemented by the FillStyle and BorderStyle properties.
    • Implemented by the DataLabelStyle and DataLabelStyles properties
    • Implemented by the MarkerStyle and the MarkerStyles properties.
    • Implemented by the NInteractivityStyle and the NInteractivityStyles properties.
    • accessible by the Values and Labels properties respectively.
    • implemented by the attached NSeriesInteractivity object accessible from the Interactivity property.
    • you can use the <total>, <percent>, <cumulative> and <index> formatting commands in the Format property of the NDataLabelStyle and NSeriesLegend classes if you wants to display the total, percent, cumulative or index value respectively
    • you can access the repsective NValueFormatter object from the TotalValueFormatter, PercentValueFormatter, CumulativeValueFormatter and IndexValueFormatter properties.
    • the Add methods have different sets of data series values and thus support different data feeding scenarios
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NChartNode
          Nevron.Chart.NChartElement
             Nevron.Chart.NSeriesBase
                Nevron.Chart.NSeries
                   Nevron.Chart.NFunnelSeries
                   Nevron.Chart.NPieSeries
                   Nevron.Chart.NPolarSeries
                   Nevron.Chart.NRadarSeries
                   Nevron.Chart.NTernarySeries
                   Nevron.Chart.NXYScatterSeries

    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