| |
Property name |
Brief description |
|
AllowEdit |
The AllowEdit property determines whether series values can be edited directly in the chart. |
|
AltColorSetID |
The AltColorSetID property determines identifier of alternative color palette for a chart series. |
|
AtSecondaryAxis |
The AtSecondaryAxis property determines whether an additional axis will be used for an axis. |
|
AutoRotateMarker |
The AutoRotateMarker property determines whether the auto rotation of marker is set on the chart for data series. |
|
Background |
The Background property determines fill options for a data series. |
|
BorderPen |
The BordenPen property determines the border (outline) for a series in the chart. |
|
Chart |
The Chart property returns an object of the IChart type, to which the given series belongs. |
|
ColorIsDefault |
The ColorIsDefault property determines whether standard palette color or custom color is used for a series element. |
|
CustomPaletteIndex |
The CustomPaletteIndex property determines index of data series color in the standard palette. |
|
DefaultLabel |
The DefaultLabel property determines default settings for labels of a series. |
|
DisplayInLegend |
The DisplayInLegend property determines whether the series is shown in the legend. |
|
DisplayMarkers |
The DisplayMarkers property determines whether markers will be displayed for a data series. |
|
DisplayShadow |
The DisplayShadow property determines whether a shadow will be displayed for a data series. |
|
DisplayStacked |
The DisplayStacked property determines whether a series is stacked depending on its type and binding to the primary or secondary axes. |
|
EmptyLinePen |
The EmptyLinePen property determines parameters for a line of a data series with no data. |
|
ImageMap |
The ImageMap property returns hypertext string used to form an HTML file. This property is used to create series tooltip. |
|
Is3DBorder |
The Is3DBorder property determines whether 3D style of series border is used. |
|
Label |
Outdated. The Label property allows to work with chart series labels. Use the IChartSeriePoint.Label property. |
|
LabelCount |
The LabelCount property returns the number of labels for a series. |
|
LabelsEnabled |
The LabelsEnabled property determines whether labels will be displayed for a data series. |
|
LinePen |
The LinePen property determines parameters for a line of a data series chart. |
|
Marker |
The Marker property is used to work with markers of a chart series. |
|
MarkerSize |
The MarkerSize property determines the size of data series markers. |
|
MarkerType |
The MarkerType property determines the type of markers for a data series. |
|
MasterSerieIdx |
The MasterSerieIdx property determines index of the additional series that is an extension of the main series. |
|
Name |
The Name property returns a series name. |
|
PieDistanceCoef |
The PieDistanceCoef property determines the distance from the center of a pie chart to the last series segment. |
|
Selected |
The Selected determines whether data series is selected. |
|
SeriePoint |
The SeriePoint property determines settings of a data series point by a specified index. |
|
SerieType |
The SerieType property determines the type of a series for a combined or a radar chart. |
|
Shadow |
The Shadow property determines parameters for a shadow of a data series. |
|
StepLineType |
The StepLineType property determines stepped series type. |
|
TrendLines |
The TrendLines property determines parameters for a trend line. |
|
UseSplineSmooth |
The UseSplineSmoothing property determines whether a data series is smoothed. |
|
Visible |
The Visible property determines whether the data series is visible. |