Version

DataSeries Class Members

The following tables list the members exposed by DataSeries.

Public Constructors
 NameDescription
Public ConstructorDataSeries ConstructorConstructs a DataSeries.  
Public Properties
 NameDescription
Public PropertyDataGets or sets the suggested data to use for this data series.  
Public PropertyDataPathGets or sets the suggested path to the data to use for this data series.  
Public PropertyHighlightedDataGets or sets the suggested highlighted data to use for this data series.  
Public PropertyIndexGets or sets the index to use for data series.  
Public PropertyNameGets or sets the suggested name to use for this data series.  
Public PropertyPriorityGets or sets the priority to use for data series. Priority breaks ties when multiple rules want to infer different data series for the same properties.  
Public PropertySuggestedMarkerGets or sets the suggested marker type to use for this data series.  
Public PropertySuggestedPrimaryAxisGets or sets the suggested primary axis type to use for this data series.  
Public PropertySuggestedSecondaryAxisGets or sets the suggested secondary axis type to use for this data series.  
Public PropertySuggestedSeriesGets or sets the suggested data visualization series type to use for this data series.  
Public PropertyTitleGets or sets the suggested title to use for this data series.  
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 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 MethodRemoveMemberPathHintRemoves a member path hint for the current data series.  
Public MethodToStringReturns a string representation of the data series.  
See Also