| Name | Description |
| ExportVisualData | Exports visual information about the series for use by external tools and functionality. (Inherited from Infragistics.Controls.Charts.Series) |
| FromWorldPosition | Converts a point from world coordinates to coordinates within the viewport of the series. (Inherited from Infragistics.Controls.Charts.Series) |
| GetActualMarkerBrush | Returns the actual marker brush used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.Series) |
| GetActualMarkerOutlineBrush | Returns the actual marker outline brush used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.Series) |
| GetAngleFromWorld | Gets the angle to the provided world position from the center of the radial series. (Inherited from Infragistics.Controls.Charts.RadialBase) |
| GetCategoryWidth | Returns the width of the category grouping this series is in. (Inherited from Infragistics.Controls.Charts.RadialBase) |
| GetEffectiveViewport | Gets the effective viewport, adjusted to account for margins and other factors. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.RadialBase) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| GetHitDataContext | Gets the DataContext matching the given position. (Inherited from Infragistics.Controls.Charts.Series) |
| GetItem | Gets the item that is the best match for the specified world coordinates. (Inherited from Infragistics.Controls.Charts.Series) |
| GetItemFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.Series) |
| GetItemIndex | Gets the item item index associated with the specified world position (Inherited from Infragistics.Controls.Charts.Series) |
| GetItemIndexFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| GetItemValue | Gets a value based on one of the valid member paths for this series type. (Inherited from Infragistics.Controls.Charts.Series) |
| GetNextOrExactIndex | Getting the next index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.Series) |
| GetOffsetValue | Returns the offset value for this series if grouped on a category axis. (Inherited from Infragistics.Controls.Charts.RadialBase) |
| GetPreviousOrExactIndex | Getting the previous index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesHighValue | If possible, will return the best available high value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesHighValueFromSeriesPixel | If possible, will return the best available high value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesHighValuePosition | If possible, will return the best available position within the series that has the best high value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesHighValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best high value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesLowValue | If possible, will return the best available low value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesLowValueFromSeriesPixel | If possible, will return the best available low value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesLowValuePosition | If possible, will return the best available position within the series that has the best low value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesLowValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best low value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesValue | If possible, will return the best available main value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesValueFromSeriesPixel | If possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| 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. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesValuePosition | If possible, will return the best available position within the series that has the best value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series) |
| GetSeriesValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best value match for the world position provided. (Inherited from Infragistics.Controls.Charts.Series) |
| HideToolTips | Hides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Controls.Charts.Series) |
| MoveCursorPoint | Moves the cursor point to the provided world position. Some series may react to the current cursor position. (Inherited from Infragistics.Controls.Charts.Series) |
| NotifyVisualPropertiesChanged | Notifies the series that a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series) |
| RemoveAxes | Call to null out the axes of the series; (Inherited from Infragistics.Controls.Charts.Series) |
| RenderSeries | Renders the series. (Inherited from Infragistics.Controls.Charts.Series) |
| ReplayTransitionIn | Replays the assigned transition in animation, if any. (Inherited from Infragistics.Controls.Charts.Series) |
| ResolveLegendIndex | Resolves the index to use for ordering the legend. (Inherited from Infragistics.Controls.Charts.Series) |
| ScrollIntoView | Requests that the provided item should be brought into view if possible. (Inherited from Infragistics.Controls.Charts.Series) |
| SetNegativeColors | Sets the negative brush and outline properties for this series to the given arguments. (Inherited from Infragistics.Controls.Charts.Series) |
| SetResolution | Sets the Series.Resolution property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.Series) |
| SetThickness | Sets the Series.Thickness property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.Series) |
| SetTrendLineThickness | Sets the TrendLineThickness property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.AnchoredRadialSeries) |
| SimulateHover | Simulates a pointer hover over the series surface. (Inherited from Infragistics.Controls.Charts.Series) |
| TestHit | Checks for a matching data item at the given position. (Inherited from Infragistics.Controls.Charts.Series) |
| ToWorldPosition | Converts a point from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Controls.Charts.Series) |