Series Class Members
See Also  Fields  Properties  Methods 
Xceed.Chart.Core Assembly > Xceed.Chart.Core Namespace : Series Class

The following tables list the members exposed by Series.

Protected Fields

 NameDescription
protected Fieldm_bValidCurDataPointThis member is reserved for internal use and is not intended to be used directly from your code.  
protected Fieldm_bValidNextDataPointThis member is reserved for internal use and is not intended to be used directly from your code.  
protected Fieldm_bValidPrevDataPointThis member is reserved for internal use and is not intended to be used directly from your code.  
Top

Public Properties

 NameDescription
public PropertyAppearanceGives you access to the Appearance object  
public PropertyCumulativeValueFormatGives you access to the ValueFormatting object controlling the formatting of the cumulative values.  
public PropertyDataLabelsGives you access to the DataLabels object controlling the appearance of the data point labels.  
public PropertyEmptyDataPointsAppearance (Inherited from Xceed.Chart.Core.SeriesBase)
public PropertyIndexValueFormattingGives you access to the ValueFormatting object controlling the formatting of the index data labels.  
public PropertyInflateMargins (Inherited from Xceed.Chart.Core.SeriesBase)
public PropertyInteractivityGives you access to the SeriesInteractivity object controlling the interactivity features of the data points.  
public PropertyLabelsGives you access to the labels data series.  
public PropertyLegend (Inherited from Xceed.Chart.Core.SeriesBase)
public PropertyMarkersGives you access to the Markers object controlling the appearance of the data point markers.  
public PropertyName (Inherited from Xceed.Chart.Core.SeriesBase)
public PropertyPercentValueFormattingGives you access to the ValueFormatting object controlling the formatting of the percent values.  
public PropertyShadow (Inherited from Xceed.Chart.Core.SeriesBase)
public PropertyTotalValueFormattingGives you access to the ValueFormatting object controlling the formatting of the total formatting command.  
public PropertyValuesGives you access to the Values data series.  
public PropertyVisible (Inherited from Xceed.Chart.Core.SeriesBase)
Top

Public Methods

 NameDescription
public MethodAddOverloaded. Adds a new value in the Values series.  
public MethodClone (Inherited from Xceed.Chart.Core.SeriesBase)
public MethodDisplayOnAxisOverloaded.  (Inherited from Xceed.Chart.Core.SeriesBase)
public MethodGetDataSeriesOverridden. Virtual method returning a collection of the data series that the series uses.  
public MethodGetUserControl (Inherited from Xceed.Chart.Core.SeriesBase)
public MethodIsDisplayedOnAxisOverloaded.  (Inherited from Xceed.Chart.Core.SeriesBase)
Top

Protected Methods

 NameDescription
protected MethodMustRenderDataPoint2DThis member is reserved for internal use and is not intended to be used directly from your code.  
protected MethodMustRenderSegment2DThis member is reserved for internal use and is not intended to be used directly from your code.  
Top

See Also