For a list of all members of this type, see StackedFragmentSeries members.
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
FromWorldPosition | Converts a point from world coordinates to coordinates within the viewport of the series. | |
GetDataLegendSeriesContextAt | Gets info about series values that will be displayed in the Data Legend | |
GetDataLegendSeriesFamily | Gets the family of the series that is used in grouping similar series in Data Legend when DataLegendGroup property is not set, e.g. Category, Range, Financial | |
GetEffectiveViewport | Gets the effective viewport, adjusted to account for margins and other factors. | |
GetExactItemIndexFromSeriesPixel | Gets the precise item index, if possible, the closeness to the previous or next whole integer indicating which value is closer. If the series cannot provide this information this will return the same integer value as GetItemIndexFromSeriesPixel. | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetItem | Gets the item that is the best match for the specified world coordinates. | |
GetItemFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. | |
GetItemIndex | Gets the item index associated with the specified world position | |
GetItemIndexFromSeriesPixel | Gets the item index that is the best match for the specified pixel position within the series plot area. | |
GetItemSpan | For a category plotted series, returns the current width of the items within the categories. This only returns a value if the items have some form of width (e.g. columns, bars, etc.) otherwise 0 is returned. | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetNextOrExactIndex | Getting the next index that is near a given world position, if possible, otherwise NaN. | |
GetPreviousOrExactIndex | Getting the previous index that is near a given world position, if possible, otherwise NaN. | |
GetSeriesHighValue | If possible, will return the best available high value of the series for a given world coordinate. | |
GetSeriesHighValueFromSeriesPixel | If possible, will return the best available high value of the series for a given pixel coordinate within the current series plot area. | |
GetSeriesHighValuePosition | If possible, will return the best available position within the series that has the best high value match for the world position provided. | |
GetSeriesHighValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best high value match for the world position provided. | |
GetSeriesLowValue | If possible, will return the best available low value of the series for a given world coordinate. | |
GetSeriesLowValueFromSeriesPixel | If possible, will return the best available low value of the series for a given pixel coordinate within the current series plot area. | |
GetSeriesLowValuePosition | If possible, will return the best available position within the series that has the best low value match for the world position provided. | |
GetSeriesLowValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best low value match for the world position provided. | |
GetSeriesValue | If possible, will return the best available main value of the series for a given world coordinate. | |
GetSeriesValueBoundingBox | If possible, will return the best available value bounding box within the series that has the best value match for the world position provided. | |
GetSeriesValueBoundingBoxFromSeriesPixel | If possible, will return the best available value bounding box within the series that has the best value match for the pixel position provided. | |
GetSeriesValueFineGrainedBoundingBoxes | If possible, will return the best available value fine grained bounding boxes within the series that has the best value match for the world position provided. | |
GetSeriesValueFineGrainedBoundingBoxesFromSeriesPixel | If possible, will return the best available value fine grained bounding boxes within the series that has the best value match for the pixel position provided. | |
GetSeriesValueFromSeriesPixel | If possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area. | |
GetSeriesValueMarkerBoundingBox | If possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided. | |
GetSeriesValueMarkerBoundingBoxFromSeriesPixel | If possible, will return the best available value marker bounding box within the series that has the best value match for the pixel position provided. | |
GetSeriesValuePosition | If possible, will return the best available position within the series that has the best value match for the world position provided. | |
GetSeriesValuePositionFromSeriesPixel | If possible, will return the best available position within the series that has the best value match for the world position provided. | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetVisiblePointsOfInterest | Returns a number of points of interest for the series, if supported. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
MoveCursorPoint | Moves the cursor point to the provided world position. Some series may react to the current cursor position. | |
NotifyVisualPropertiesChanged | Notifies the series that a visual property has changed, requiring a visual update. | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
ReplayTransitionIn | ||
ScrollIntoView | Requests that the provided item should be brought into view if possible. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
SimulateHover | Simulates a pointer hover over the series surface. | |
TestHit | Checks for a matching data item at the given position. | |
ToWorldPosition | Converts a point from coordinates within the series plot area to a world position within axis space. |
Name | Description | |
---|---|---|
GetDefaultTooltipInstance | ||
OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject) | |
PropertyUpdatedOverride | When overridden in a derived class, gets called whenever a property value is updated on the series or owning chart. Gives the series a chance to respond to the various property updates. | |
RaisePropertyChanged | Raises PropertyChanged and/or PropertyUpdated events if any listeners have been registered. | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |