Nevron .NET Vision
Nevron.Chart Namespace / NAreaSeriesBase Class


In This Topic
    NAreaSeriesBase Class Methods
    In This Topic

    For a list of all members of this type, see NAreaSeriesBase members.

    Public Methods
     NameDescription
    Public MethodAdds a data point to the data point collection. (Inherited from Nevron.Chart.NSeries)
    Public MethodRemoves all data points from the collection. (Inherited from Nevron.Chart.NSeries)
    Public MethodCreates an identical copy of this object (Inherited from Nevron.Chart.NChartNode)
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the data point at the specified index. (Inherited from Nevron.Chart.NSeries)
    Public Method (Inherited from Nevron.Chart.NXYScatterSeries)
    Public MethodOverloaded. Instructs the chart whether to scale the series on one of the standard chart axes. (Inherited from Nevron.Chart.NSeriesBase)
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NSeries)
    Public MethodGets an an attribute by its name and index (Inherited from Nevron.Chart.NSeries)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NSeries)
    Public Method (Inherited from Nevron.Chart.NSeries)
    Public Method (Inherited from Nevron.Chart.NSeries)
    Public MethodObtains the number of data points contained in the collection. (Inherited from Nevron.Chart.NSeries)
    Public MethodReturns a collection of the data series used by the series. The included series are controlled with the included and excluded parameters. (Inherited from Nevron.Chart.NSeriesBase)
    Public Method (Inherited from Nevron.Chart.NSeriesBase)
    Public MethodGets the series type (Inherited from Nevron.Chart.NSeriesBase)
    Public MethodInserts a data point to the collection at the specified position. (Inherited from Nevron.Chart.NSeries)
    Public MethodOverloaded. Queries whether the series is scaled on the specified standard axis. (Inherited from Nevron.Chart.NSeriesBase)
    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 data point at the specified index. (Inherited from Nevron.Chart.NSeries)
    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 MethodSets a data point at the specified index. (Inherited from Nevron.Chart.NSeries)
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public Method (Inherited from Nevron.Chart.NXYScatterSeries)
    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 MethodGets the data series infos (Inherited from Nevron.Chart.NXYScatterSeries)
    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)
    Protected Method  
    Top
    See Also