Nevron .NET Vision
Nevron.Chart Namespace / NIndexedDataSeries Class
Properties Methods


In This Topic
    NIndexedDataSeries Class Members
    In This Topic

    The following tables list the members exposed by NIndexedDataSeries.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new indexed data series with the specified data type and name.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. The number of elements contained in the Collection.  
    Public PropertyDetermines the type of objects contained in this data series. (Inherited from Nevron.Chart.NDataSeriesBase)
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the value associated with a specific key. The key should be the index of the value within the data series.  
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the storage type of this series  
    Public PropertyUser defined data associated with the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Chart.NChartElement)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item (key-value pair) to the data series.  
    Public MethodOverridden. Removes all items from the data series.  
    Public MethodOverridden. Creates a copy of the data series.  
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Public MethodOverridden. Removes the indexes which are not contained in the specified subset.  
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NChartElement)
    Public MethodReturns a data grid column style which can be used for visual editing of the data series. (Inherited from Nevron.Chart.NDataSeriesBase)
    Public MethodReturns an enumerator that can iterate through the collection.  
    Public MethodReturns the key of the first encountered value that matches the parameter.  
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Chart.NChartElement)
    Public MethodRemoves the item with the specified key from the collection. Keys after the specified key will be shifted by -1.  
    Public MethodRemoves the item with the specified key from the collection, without shifting the other keys  
    Public MethodOverridden. Removes the indexes contained in the specified data series subset.  
    Public MethodReplaces any foreign unique ids (references to other nodes) (Inherited from Nevron.Chart.NChartElement)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodShifts the keys after the speicified key with the specified shift  
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NChartNode)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodObtains an context tree item from the specified unique id (Inherited from Nevron.Chart.NChartElement)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Chart.NChartElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Chart.NChartElement)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Chart.NChartElement)
    Top
    See Also