| Name | Description |
| ExportVisualData | Exports visual information about the series for use by external tools and functionality. |
| FromWorldPosition | Converts a point from world coordinates to coordinates within the viewport of the series. |
| GetActualMarkerBrush | Returns the actual marker brush used by the series if the series has markers. |
| GetActualMarkerOutlineBrush | Returns the actual marker outline brush used by the series if the series has markers. |
| GetEffectiveViewport | Gets the effective viewport, adjusted to account for margins and other factors. |
| GetExactItemIndex | Gets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex. |
| GetExactItemIndexFromSeriesPixel | Gets the precise item index, if possible, the closeness to the previous or next whole integer indicating which value is closer. If the series cannot provide this information this will return the same integer value as GetItemIndexFromSeriesPixel. |
| GetItem | Gets the item that is the best match for the specified world coordinates. |
| GetItemFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. |
| GetItemIndex | Gets the item item index associated with the specified world position |
| GetItemIndexFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. |
| GetItemSpan | For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned. |
| GetItemValue | Gets a value based on one of the valid member paths for this series type. |
| GetNextOrExactIndex | Getting the next index that is near a given world position, if possible, otherwise NaN. |
| GetPreviousOrExactIndex | Getting the previous index that is near a given world position, if possible, otherwise NaN. |
| GetSeriesHighValue | If possible, will return the best available high value of the series for a given world coordinate. |
| GetSeriesHighValueFromSeriesPixel | If possible, will return the best available high value of the series for a given pixel coordinate within the current series plot area. |
| GetSeriesHighValuePosition | If possible, will return the best available position within the series that has the best high value match for the world position provided. |
| GetSeriesHighValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best high value match for the world position provided. |
| GetSeriesLowValue | If possible, will return the best available low value of the series for a given world coordinate. |
| GetSeriesLowValueFromSeriesPixel | If possible, will return the best available low value of the series for a given pixel coordinate within the current series plot area. |
| GetSeriesLowValuePosition | If possible, will return the best available position within the series that has the best low value match for the world position provided. |
| GetSeriesLowValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best low value match for the world position provided. |
| GetSeriesValue | If possible, will return the best available main value of the series for a given world coordinate. |
| GetSeriesValueBoundingBox | If possible, will return the best available value bounding box within the series that has the best value match for the world position provided. |
| GetSeriesValueBoundingBoxFromSeriesPixel | If possible, will return the best available value bounding box within the series that has the best value match for the pixel position provided. |
| GetSeriesValueFromSeriesPixel | If possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area. |
| GetSeriesValueMarkerBoundingBox | If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided. |
| GetSeriesValueMarkerBoundingBoxFromSeriesPixel | If possible, will return the best available value marker bounding box within the series that has the best value match for the pixel position provided. |
| GetSeriesValuePosition | If possible, will return the best available position within the series that has the best value match for the world position provided. |
| GetSeriesValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best value match for the world position provided. |
| HideToolTips | Hides any internal tooltips presented by the series, if any. |
| MoveCursorPoint | Moves the cursor point to the provided world position. Some series may react to the current cursor position. |
| RemoveAxes | Call to null out the axes of the series; |
| RenderSeries | Renders the series. |
| ReplayTransitionIn | Replays the assigned transition in animation, if any. |
| Reset | Resets all the properties to their default values |
| ResetAreaFillOpacity | Resets the AreaFillOpacity property to its default value. |
| ResetBrush | Resets the Brush property to its default value. |
| ResetDataMember | Resets the DataMember property to its default value. |
| ResetDataSource | Resets the DataSource property to its default value. |
| ResetExpectFunctions | Resets the ExpectFunctions property to its default value. |
| ResetHitTestMode | Resets the HitTestMode property to its default value. |
| ResetIsHighlightingEnabled | Resets the IsHighlightingEnabled property to its default value. |
| ResetLegend | Resets the Legend property to its default value. |
| ResetLegendItemVisibility | Resets the LegendItemVisibility property to its default value. |
| ResetMouseOverEnabled | Resets the MouseOverEnabled property to its default value. |
| ResetName | Resets the Name property to its default value. |
| ResetOpacity | Resets the Opacity property to its default value. |
| ResetOutline | Resets the Outline property to its default value. |
| ResetResolution | Resets the Resolution property to its default value. |
| ResetShowDefaultTooltip | Resets the ShowDefaultTooltip property to its default value. |
| ResetThickness | Resets the Thickness property to its default value. |
| ResetTitle | Resets the Title property to its default value. |
| ResetTransitionDuration | Resets the TransitionDuration property to its default value. |
| ResetTransitionEasingFunction | Resets the TransitionEasingFunction property to its default value. |
| ResetTransitionInDuration | Resets the TransitionInDuration property to its default value. |
| ResetTransitionInEasingFunction | Resets the TransitionInEasingFunction property to its default value. |
| ResetTransitionInSpeedType | Resets the TransitionInSpeedType property to its default value. |
| ResetVisibility | Resets the Visibility property to its default value. |
| ResolveLegendIndex | Resolves the index to use for ordering the legend. |
| ScrollIntoView | Requests that the provided item should be brought into view if possible. |
| SetDataBinding | Sets the datasource and datamember for the control in one atomic operation. |
| SetNegativeColors | Sets the negative brush and outline properties for this series to the given arguments. |
| ShouldSerializeDataMember | Returns whether the DataMember property requires serialization. |
| ShouldSerializeDataSource | Returns whether the DataSource property requires serialization. |
| SimulateHover | Simulates a pointer hover over the series surface. |
| ToWorldPosition | Converts a point from coordinates within the series plot area to a world position within axis space. |