This documentation is archived and is not being maintained.

DataPoint Methods

The DataPoint type exposes the following members.

  NameDescription
Public method Clone Returns an exact copy of the data point.
Public method DeleteCustomProperty Deletes the data point custom property with the specified name. (Inherited from DataPointCustomProperties.)
Public method Dispose() Releases the resources used by the ChartElement. (Inherited from ChartElement.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the ChartElement and optionally releases the managed resources. (Inherited from ChartElement.)
Public method Equals Determines whether the specified Object is equal to the current ChartElement. (Inherited from ChartElement.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetCustomProperty Returns the data point custom property with the specified name. (Inherited from DataPointCustomProperties.)
Public method GetHashCode Returns a hash function for a particular type. (Inherited from ChartElement.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValueByName Returns a data point that is specified by its name. This is a helper function.
Public method IsCustomPropertySet Determines whether a custom property with the specified name was set. (Inherited from DataPointCustomProperties.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ResetIsValueShownAsLabel Resets the IsValueShownAsLabel property to its default value. (Inherited from DataPointCustomProperties.)
Public method ResetIsVisibleInLegend Resets the IsVisibleInLegend property to its default value. (Inherited from DataPointCustomProperties.)
Public method SetCustomProperty Sets a custom property of the data point. (Inherited from DataPointCustomProperties.)
Public method SetDefault Sets the default properties of the data point. Indicates whether the previous property values must be cleared. (Inherited from DataPointCustomProperties.)
Public method SetValueXY Sets the X-value and one or more Y-values of the data point.
Public method SetValueY Sets the Y-value(s) of a single data point.
Public method ToString Returns a string that represents the current Object. (Inherited from ChartElement.)
Top
Show: