The following tables list the members exposed by DataSeries.
Name | Description | |
---|---|---|
DataSeries Constructor | Constructs a DataSeries. |
Name | Description | |
---|---|---|
Data | Gets or sets the suggested data to use for this data series. | |
DataPath | Gets or sets the suggested path to the data to use for this data series. | |
Index | Gets or sets the index to use for data series. | |
Name | Gets or sets the suggested name to use for this data series. | |
Priority | Gets 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. | |
SuggestedMarker | Gets or sets the suggested marker type to use for this data series. | |
SuggestedPrimaryAxis | Gets or sets the suggested primary axis type to use for this data series. | |
SuggestedSecondaryAxis | Gets or sets the suggested secondary axis type to use for this data series. | |
SuggestedSeries | Gets or sets the suggested data visualization series type to use for this data series. | |
Title | Gets or sets the suggested title to use for this data series. |
Name | Description | |
---|---|---|
AddMemberPathHint | Overloaded. Adds a member path hint to the current data series. This semantically identifies sub elements of the data for usage. | |
ClearMemberPathHints | Clears all the member path hints for the current data series. | |
Equals | Determines if a DataSeriesInfo is equivalent to another. | |
FindMatchingHint | Finds member path hints that match the specified semantic intent. | |
GetMemberPathFor | Gets a member path for the specified semantic intent or returns empty string if not found | |
GetMemberPathHintAt | Gets the member path hint at the specified index. | |
GetMemberPathHintCount | Gets the number of member path hints for the current data series. | |
HasMatchingHint | Check if exists a member path hints with the specified semantic intent. | |
RemoveMemberPathHint | Removes a member path hint for the current data series. | |
ToString | Returns a string representation of the data series. |