Version

StackedFragmentSeries Class Methods

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

Public Methods
 NameDescription
Public MethodClearValueOverloaded. 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)
Public MethodCoerceValueCoerces 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)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodFromWorldPositionConverts a point from world coordinates to coordinates within the viewport of the series.  
Public MethodGetDataLegendSeriesContextAtGets info about series values that will be displayed in the Data Legend  
Public MethodGetDataLegendSeriesFamilyGets 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  
Public MethodGetEffectiveViewportGets the effective viewport, adjusted to account for margins and other factors.  
Public MethodGetExactItemIndexFromSeriesPixelGets 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.  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetItemGets the item that is the best match for the specified world coordinates.  
Public MethodGetItemFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area.  
Public MethodGetItemIndexGets the item index associated with the specified world position  
Public MethodGetItemIndexFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area.  
Public MethodGetItemSpanFor 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.  
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetNextOrExactIndexGetting the next index that is near a given world position, if possible, otherwise NaN.  
Public MethodGetPreviousOrExactIndexGetting the previous index that is near a given world position, if possible, otherwise NaN.  
Public MethodGetSeriesHighValueIf possible, will return the best available high value of the series for a given world coordinate.  
Public MethodGetSeriesHighValueFromSeriesPixelIf possible, will return the best available high value of the series for a given pixel coordinate within the current series plot area.  
Public MethodGetSeriesHighValuePositionIf possible, will return the best available position within the series that has the best high value match for the world position provided.  
Public MethodGetSeriesHighValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best high value match for the world position provided.  
Public MethodGetSeriesLowValueIf possible, will return the best available low value of the series for a given world coordinate.  
Public MethodGetSeriesLowValueFromSeriesPixelIf possible, will return the best available low value of the series for a given pixel coordinate within the current series plot area.  
Public MethodGetSeriesLowValuePositionIf possible, will return the best available position within the series that has the best low value match for the world position provided.  
Public MethodGetSeriesLowValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best low value match for the world position provided.  
Public MethodGetSeriesValueIf possible, will return the best available main value of the series for a given world coordinate.  
Public MethodGetSeriesValueBoundingBoxIf possible, will return the best available value bounding box within the series that has the best value match for the world position provided.  
Public MethodGetSeriesValueBoundingBoxFromSeriesPixelIf possible, will return the best available value bounding box within the series that has the best value match for the pixel position provided.  
Public MethodGetSeriesValueFineGrainedBoundingBoxesIf 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.  
Public MethodGetSeriesValueFineGrainedBoundingBoxesFromSeriesPixelIf 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.  
Public MethodGetSeriesValueFromSeriesPixelIf possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area.  
Public MethodGetSeriesValueMarkerBoundingBoxIf possible, will return the best available value marker bounding box within the series that has the best value match for the world position provided.  
Public MethodGetSeriesValueMarkerBoundingBoxFromSeriesPixelIf possible, will return the best available value marker bounding box within the series that has the best value match for the pixel position provided.  
Public MethodGetSeriesValuePositionIf possible, will return the best available position within the series that has the best value match for the world position provided.  
Public MethodGetSeriesValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best value match for the world position provided.  
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetVisiblePointsOfInterestReturns a number of points of interest for the series, if supported.  
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodMoveCursorPointMoves the cursor point to the provided world position. Some series may react to the current cursor position.  
Public MethodNotifyVisualPropertiesChangedNotifies the series that a visual property has changed, requiring a visual update.  
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodReplayTransitionIn  
Public MethodScrollIntoViewRequests that the provided item should be brought into view if possible.  
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodSimulateHoverSimulates a pointer hover over the series surface.  
Public MethodTestHitChecks for a matching data item at the given position.  
Public MethodToWorldPositionConverts a point from coordinates within the series plot area to a world position within axis space.  
Protected Methods
 NameDescription
Protected MethodGetDefaultTooltipInstance  
Protected MethodOnPropertyChangedInvoked 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)
Protected MethodPropertyUpdatedOverrideWhen 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.  
Protected MethodRaisePropertyChangedRaises PropertyChanged and/or PropertyUpdated events if any listeners have been registered.  
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
See Also