Version

DataSeries Class Methods

For a list of all members of this type, see DataSeries members.

Public Methods
 NameDescription
Public MethodAddMemberPathHintOverloaded. Adds a member path hint to the current data series. This semantically identifies sub elements of the data for usage.  
Public MethodClearMemberPathHintsClears all the member path hints for the current data series.  
Public MethodClone  
Public MethodEqualsDetermines if a DataSeriesInfo is equivalent to another.  
Public MethodFindMatchingHintFinds member path hints that match the specified semantic intent.  
Public MethodGetMemberPathForGets a member path for the specified semantic intent or returns empty string if not found  
Public MethodGetMemberPathHintAtGets the member path hint at the specified index.  
Public MethodGetMemberPathHintCountGets the number of member path hints for the current data series.  
Public MethodHasMatchingHintCheck if exists a member path hints with the specified semantic intent.  
Public MethodIsMatchDetermines if a DataSeriesInfo is equivalent to another apart from assigned data sources.  
Public MethodRemoveMemberPathHintRemoves a member path hint for the current data series.  
Public MethodToStringReturns a string representation of the data series.  
See Also