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


In This Topic
    NSeriesBase Class Members
    In This Topic

    The following tables list the members exposed by NSeriesBase.

    Public Properties
     NameDescription
    Public PropertyGets or sets the animation style  
    Public PropertyGets or sets the series box clipping (box volume clipped from the chart area)  
    Public PropertyGets the depth axis assigned to this series.  
    Public PropertyGets or sets the horizontal axis ids this series is displayed on.  
    Public PropertyGets the horizontal axis assigned to this series.  
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyWhether the series will affect the x axis range  
    Public PropertyWhether the series will affect the x axis range  
    Public PropertyWhether the series will affect the x axis range  
    Public PropertyInflates the margins of the series to fit the chart area.  
    Public PropertyGets or sets the NInteractivityStyle object controlling the default interactivity features of the data points.  
    Public PropertyGets or sets a NSeriesLabelLayoutSettings object controlling automatic data label layout features.  
    Public PropertyGets or sets an instance of the NSeriesLegend class controlling the representation of the series in the legend.  
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyWhether the series regards axis clipping  
    Public PropertyGets or sets the NShadowStyle object controlling the shadow of the series. Shadows are visible when the context is rendered with GDI+.  
    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)
    Public PropertyGets or sets the vertical axis ids this series is displayed on.  
    Public PropertyGets the vertical axis assigned to this series.  
    Public PropertyGets or sets the vertical axis range mode  
    Public PropertyControls the visibility of the series.  
    Public PropertyGets or sets the Z order of the series  
    Top
    Public Methods
     NameDescription
    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 MethodOverridden.   
    Public MethodOverloaded. Instructs the chart whether to scale the series on one of the standard chart axes.  
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets an an attribute by its name and index  
    Public MethodOverridden. Gets the name of the specified child attribute  
    Public MethodGets the attributes at the specified index.  
    Public MethodObtains the number of indexed attributes.  
    Public MethodReturns a collection of the data series used by the series. The included series are controlled with the included and excluded parameters.  
    Public Method  
    Public MethodGets the series type  
    Public MethodOverloaded. Queries whether the series is scaled on the specified standard axis.  
    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 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 MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden.   
    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 for this class  
    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