| Name | Description |
| CMA | Calculates the cumulative moving average. |
| EMA | Calculates the exponential moving average. |
| 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. |
| GetHitDataContext | Gets the DataContext matching the given position. |
| 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. |
| GetSeriesValueFineGrainedBoundingBoxes | If possible, will return the best available value fine grained bounding boxes within the series that has the best value match for the world position provided. |
| GetSeriesValueFineGrainedBoundingBoxesFromSeriesPixel | If possible, will return the best available value fine grained bounding boxes 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. |
| MMA | Calculates the modified moving average. |
| MoveCursorPoint | Moves the cursor point to the provided world position. Some series may react to the current cursor position. |
| MovingSum | Calculates a moving sum over a sequence with a given period. |
| NotifyVisualPropertiesChanged | Notifies the series that a visual property has changed, requiring a visual update. |
| RemoveAxes | Call to null out the axes of the series; |
| RenderSeries | Renders the series. |
| ReplayTransitionIn | Replays the assigned transition in animation, if any. |
| ResolveLegendIndex | Resolves the index to use for ordering the legend. |
| ScrollIntoView | Requests that the provided item should be brought into view if possible. |
| SetNegativeColors | Sets the negative brush and outline properties for this series to the given arguments. |
| SetResolution | Sets the Resolution property to a value of the specified units. |
| SetThickness | Sets the Thickness property to a value of the specified units. |
| SimulateHover | Simulates a pointer hover over the series surface. |
| SMA | Calculates the simple moving average. |
| STDEV | Calculates the standard deviation of a sequence with a given period. |
| TestHit | Checks for a matching data item at the given position. |
| ToWorldPosition | Converts a point from coordinates within the series plot area to a world position within axis space. |
| WMA | Calculates the weighted moving average. |