Back to Devexpress

Series Members

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-series-dot-underscore-members.md

latest5.1 KB
Original Source

Series Members

A data series in a chart.

Properties

NameDescription
ArgumentsGets or sets the data used as arguments for series points.
AutoGapWidthReturns or specifies whether to calculate the gap width automatically. Applies to Excel 2016 charts.
AxisGroupGets or sets the group type for the axes which are used to plot the series data.
BubbleSizeGets or sets data used to specify the size of bubbles in a bubble chart.
CustomDataLabelsProvides access to a collection of data labels customized for specific data points or for the entire series.
CustomDataPointsProvides access to data points with a customized visual appearance.
ErrorBarsProvides access to a collection of error bars for the series.
ExplosionGets or sets the explosion value for all slices in a pie or doughnut chart series.
FillProvides access to fill options for the specified drawing object. Inherited from ShapeFormatBase.
GapWidthReturns or specifies the distance between data points on the chart.
InvertIfNegativeGets or sets whether the color (or pattern) of a data point is changed to another (“inverted”) color if the value is negative.
LayoutOptionsReturns series layout options for Excel 2016 charts.
MarkerObtains specific settings of data markers displayed by series on the line, scatter or radar chart.
OrderGets the order in which series are plotted.
OutlineProvides access to the options used to format an outline of the specified drawing object. Inherited from ShapeFormatBase.
SeriesNameGets the name of the series.
SeriesTypeGets the series type.
ShapeGets or sets the shape used to display data points in the 3D bar or column chart.
SmoothGets or sets whether the curve smoothing is turned on for the line or scatter chart.
TrendlinesProvides access to a collection of trendlines for the series.
UseCustomDataLabelsGets or sets whether to apply custom settings to data labels.
ValuesGets or sets the data used as series point values.
ViewProvides access to a view that displays the series.

Methods

NameDescription
BringForward()Moves the series up one in the chart view plot order.
BringToFront()Moves the series before other series in the chart view.
ChangeType(ChartType)Changes the chart type used to plot the series.
Delete()Deletes the series.
ResetToMatchStyle()Removes custom formatting of the chart element and applies default formatting based on the chart style. Inherited from ShapeFormat.
SendBackward()Moves the series down one in the chart view plot order.
SendToBack()Moves the series behind all other series in the chart view.

See Also

Series Interface

DevExpress.Spreadsheet.Charts Namespace