|
Property name |
Brief description |
|
AllowEdit |
The AllowEdit property determines whether series values can be edited directly in a chart. |
|
AltColorSetID |
The AltColorSetID property determines an identifier of alternative color palette for a chart series. |
|
AtSecondaryAxis |
The AtSecondaryAxis property determines whether an additional axis will be used for a series. |
|
AutoRotateMarker |
The AutoRotateMarker property determines whether autorotation of marker is set on a chart for a data series. |
|
Background |
The Background property determines fill options for a data series. |
|
BorderPen |
The BordenPen property determines a border (outline) for a data series on a graph. |
|
Chart |
The Chart property returns the object of the IChart type, to which this 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 data label settings. |
|
DisplayInLegend |
The DisplayInLegend property determines whether a series is displayed in the legend. |
|
DisplayMarkers |
The DisplayMarkers property determines whether markers are displayed for a data series. |
|
DisplayShadow |
The DisplayShadow property determines whether a shadow is 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 of a data series line with no data. |
|
ImageMap |
The ImageMap property returns hypertext string that is 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 enables the user to work with chart series labels. Use the IChartSeriePoint.Label property. |
|
LabelCount |
The LabelCount property returns the number of data series labels. |
|
LabelsEnabled |
The LabelsEnabled property determines whether data series labels are displayed. |
|
LinePen |
The LinePen property determines parameters of a data series graph line. |
|
Marker |
The Marker property is used to work with chart series markers. |
|
MarkerSize |
The MarkerSize property determines a size of data series markers. |
|
MarkerType |
The MarkerType property determines a type of data series markers. |
|
MasterSerieIdx |
The MasterSerieIdx property determines index of the additional series that is an extension of the main series. |
|
Name |
The Name property returns series name. |
|
PieDistanceCoef |
The PieDistanceCoef property determines the distance from the center of a pie chart to the last series sector. |
|
Selected |
The Selected property determines whether a data series is selected. |
|
SeriePoint |
The SeriePoint property determines settings of a data series point by the specified index. |
|
SerieType |
The SerieType property determines a type of a series for a mixed or a radar chart. |
|
Shadow |
The Shadow property determines parameters of data series shadow. |
|
StepLineType |
The StepLineType property determines a stepped series type. |
|
TrendLines |
The TrendLines property determines trend line parameters. |
|
UseSplineSmooth |
The UseSplineSmoothing property determines whether a data series is smoothed. |
|
Visible |
The Visible property determines whether a data series is visible. |