Assembly: Chart;
The IChartSerieBase interface contains basic properties and methods of various chart data series.
IChartSerieBase
The interface is basic for the IChartSerie interface.
Property name | Brief description | |
AllowEdit | The AllowEdit property determines whether series values can be edited directly in a chart. | |
AtSecondaryAxis | The AtSecondaryAxis property determines whether an additional axis will be used for a series. | |
AutoRotateMarker | The AutoRotateMarker property determines whether a chart contains the auto rotation of marker for 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. | |
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 will be displayed for a data series. | |
EmptyLinePen | The EmptyLinePen property determines parameters of a data series line with no data. | |
Is3DBorder | The Is3DBorder property determines whether 3D style of series border is used. | |
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. | |
PieDistanceCoef | The PieDistanceCoef property determines the distance from the center of a pie chart to the last series segment. | |
PropertyInheritance | The PropertyInheritance property determines which series settings will be inherited from default series settings. | |
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. | |
UseSplineSmoothing | The UseSplineSmoothing property determines whether a data series is smoothed. | |
Visible | The Visible property determines whether a data series is visible. |
Property name | Brief description | |
Chart | The Chart property returns the object of the IChart type, to which a graph element belongs. | |
Contains | The Contains property checks if the point is included into the object. | |
Selected | The Selected property determines whether a graph component is selected. |
Method name | Brief description | |
ResetInheritance | The ResetInheritance method resets the series setting and sets the default value defined for the series. |
See also: