Series Methods
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteCustomProperty(String) | Deletes the data point custom property with the specified name.(Inherited from DataPointCustomProperties.) |
![]() | Dispose() | Releases the resources used by the ChartElement.(Inherited from ChartElement.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Series and optionally releases the managed resources.(Overrides ChartElement.Dispose(Boolean).) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current ChartElement.(Inherited from ChartElement.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetCustomProperty(String) | Returns the data point custom property with the specified name.(Inherited from DataPointCustomProperties.) |
![]() | GetHashCode() | Returns a hash function for a particular type.(Inherited from ChartElement.) |
![]() | GetType() | |
![]() | IsCustomPropertySet(String) | Determines whether a custom property with the specified name was set.(Inherited from DataPointCustomProperties.) |
![]() | MemberwiseClone() | |
![]() | ResetIsValueShownAsLabel() | Resets the IsValueShownAsLabel property to its default value.(Inherited from DataPointCustomProperties.) |
![]() | ResetIsVisibleInLegend() | Resets the IsVisibleInLegend property to its default value.(Inherited from DataPointCustomProperties.) |
![]() | SetCustomProperty(String, String) | Sets a custom property of the data point.(Inherited from DataPointCustomProperties.) |
![]() | SetDefault(Boolean) | Sets the default properties of the data point. Indicates whether the previous property values must be cleared.(Inherited from DataPointCustomProperties.) |
![]() | Sort(IComparer<DataPoint>) | Sorts the points in the series using IComparer interface. |
![]() | Sort(PointSortOrder) | Sorts the data points in the series, given the specified sort order. |
![]() | Sort(PointSortOrder, String) | Sorts the points in the series, given the specified sort order and value to use for the sort. |
![]() | ToString() | Returns a string that represents the current Object.(Inherited from ChartElement.) |

