Version

Series Class Members

The following tables list the members exposed by Series.

Public Properties
 NameDescription
Public PropertyApplyPicToEndApply the picture to the end of the series.  
Public PropertyApplyPicToFrontApply the picture to the front of the series.  
Public PropertyApplyPicToSidesApply the picture to the sides.  
Public PropertyAxisBinningReturns or sets a CategoryAxisBinning instance which determines the binning properties for the category axis on a histogram or pareto chart.  
Public PropertyAxisGroupSpecifies which axis group this series applies to.  
Public PropertyBarShapeDetermines the shape of the bar for this series. Applicable only for 3D bar charts.  
Public PropertyBarShapeResolvedReturns the resolved value of the BarShape property.  
Public PropertyBorderDetermines the appearance of the border drawn around the Fill area. Applicable only for chart series which support fills, such as bar charts, area charts, and pie charts.  
Public PropertyBoxAndWhiskerSettingsReturns or sets a BoxAndWhiskerSettings instance which determines the properties for a box and whisker chart.  
Public PropertyBubbleSizesReturns or sets a Values instance that determines the bubble sizes in a bubble chart.  
Public PropertyChartReturns the owning chart (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyChartTypeSpecifies the type of chart for this series. Applicable only for combo charts.  
Public PropertyDataLabelsReturns a SeriesDataLabels instance which applies to all DataLabel instances which do not have a specific setting for a given property.  
Public PropertyDataPointCollectionReturns a collection of DataPoint instances which represent the individual data points in this series.  
Public PropertyErrorBarsReturns or sets an ErrorBars object.  
Public PropertyExplosionReturns or sets a value which determines the amount by which individual slices are offset from the center of the pie or doughnut, expressed as a percentage of the radius.  
Public PropertyFillReturns or sets a ChartFillBase derived object which defines the fill for this series. Not applicable for line charts.  
Public PropertyGeographicMapSettingsReturns or sets a GeographicMapSettings instance which defines the appearance and behavior for a geographic map chart.  
Public PropertyInvertIfNegativeDetermines if negative values will be inverted.  
Public PropertyLeaderLinesReturns or sets the instance.  
Public PropertyLineDetermines the fill and width of a series line.  
Public PropertyMarkerBorderDetermines the appearance of the border (a.k.a. outline) for the marker.  
Public PropertyMarkerFillDefines the fill appearance for the marker.  
Public PropertyMarkerSizeDetermines the size of the markers.  
Public PropertyMarkerStyleDetermines the style of the markers  
Public PropertyNameThe name of the series  
Public PropertyOwnerreturns this object's owner. (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyOwningSeriesReturns or sets a reference to the owning Series. Applicable only for a line series in a Pareto chart.  
Public PropertyPictureTypeDetermines whether pictures are scaled, stacked, or stretched.  
Public PropertyPictureUnitReturns or sets a value which defines the unit of measure when PictureType is set to Stack.  
Public PropertyPlotOrderThe plotting order for the data series.  
Public PropertySheetThe owning sheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyShowDataLabelsReturns or sets a boolean value indicating whether to display DataLabels.  
Public PropertyShowWaterfallConnectorLinesReturns or sets a boolean value indicating whether to display connecting lines between the data points in a waterfall chart.  
Public PropertySmoothDetermines whether a smoothing effect should be applied.  
Public PropertyTrendlineCollectionReturns a collection of Trendline instances for this series.  
Public PropertyTypeReturns or sets a SeriesType value which determines the type of this series. Applicable only for combo charts.  
Public PropertyValuesReturns or sets a Values instance that contains a collection of all the values in the series.  
Public PropertyWorkbookThe owning workbook (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyWorksheetThe owning worksheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject)
Public PropertyXValuesReturns or sets a XValues instance that contains a collection of all the x values in the series.  
See Also