Version

FinancialPriceSeries Class Methods

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

Public Methods
 NameDescription
Public MethodCanUseAsXAxisDetermine if object can be used as XAxis (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodCanUseAsYAxisDetermine if object can be used as YAxis (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodExportVisualDataExports visual information about the series for use by external tools and functionality. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodFromWorldPositionConverts a point from world coordinates to coordinates within the viewport of the series. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetActualMarkerBrushReturns the actual marker brush used by the series if the series has markers. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetActualMarkerOutlineBrushReturns the actual marker outline brush used by the series if the series has markers. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetActualMarkerShapeReturns the value of MarkerType property or "Custom" if MarkerTemplate property is set. As long as the series has markers. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetCategoryItemsGets an array of category items for specified range of indices. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetCategoryWidthReturns the width of the category grouping this series is in. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetEffectiveViewportGets the effective viewport, adjusted to account for margins and other factors. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetExactItemIndexGets the precise item index, if possible, based on the closeness to the previous or next whole integer. If the series cannot provide this information, GetExactItemIndex will return the same integer value as GetItemIndex. (Inherited from Infragistics.Win.DataVisualization.Series)
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. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetItemGets the item that is the best match for the specified world coordinates. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetItemFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetItemIndexGets the item index associated with the specified world position (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetItemIndexFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetItemsForSelection (Inherited from Infragistics.Win.DataVisualization.Series)
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. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetItemValueGets a value based on one of the valid member paths for this series type. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetMainContentViewport (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetMemberPathValueGets the value of a requested member path from the series. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetNextOrExactIndexGetting the next index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetOffsetValueReturns the offset value for this series if grouped on a category axis. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetPreviousOrExactIndexGetting the previous index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesCloseValueIf possible, will return the best available close value of the series for a given world coordinate. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetSeriesCloseValuePositionIf possible, will return the best available position within the series that has the best close value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetSeriesHighValueIf possible, will return the best available high value of the series for a given world coordinate. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesHighValueFromSeriesPixelIf possible, will return the best available high value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesHighValuePositionIf possible, will return the best available position within the series that has the best high value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesHighValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best high value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesLowValueIf possible, will return the best available low value of the series for a given world coordinate. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesLowValueFromSeriesPixelIf possible, will return the best available low value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesLowValuePositionIf possible, will return the best available position within the series that has the best low value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesLowValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best low value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesOpenValueIf possible, will return the best available open value of the series for a given world coordinate. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetSeriesOpenValuePositionIf possible, will return the best available position within the series that has the best open value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetSeriesValueIf possible, will return the best available main value of the series for a given world coordinate. (Inherited from Infragistics.Win.DataVisualization.Series)
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. (Inherited from Infragistics.Win.DataVisualization.Series)
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. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesValueFromSeriesPixelIf possible, will return the best available main value of the series for a given pixel coordinate within the current series plot area. (Inherited from Infragistics.Win.DataVisualization.Series)
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. (Inherited from Infragistics.Win.DataVisualization.Series)
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. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesValuePositionIf possible, will return the best available position within the series that has the best value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesValuePositionFromSeriesPixelIf possible, will return the best available position within the series that has the best value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesValueTypeGets the data values of each axis associated with the specified value type. For example, if you specify mode as Maximum then it will return the maximum numerical value for each axis. For non-numerical axes it will return NaN. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesValueTypePositionGets position of series value for specified layer value mode (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesValueTypePositionFromValueConverts the provided axis data values into pixel positions. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodGetSeriesVolumeValueIf possible, will return the best available volume value of the series for a given world coordinate. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodGetSeriesVolumeValuePositionIf possible, will return the best available position within the series that has the best volume value match for the world position provided. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodHideToolTipsHides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodHideToolTipsImmediateHides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodMoveCursorPointMoves the cursor point to the provided world position. Some series may react to the current cursor position. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodNotifyIndexedPropertiesChangedCalled to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodNotifyVisualPropertiesChangedNotifies the series that a visual property has changed, requiring a visual update. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodPlayTransitionInPlays the assigned transition out animation, if any. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodPlayTransitionOutPlays the assigned transition out animation, if any. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodPlayTransitionOutAndRemovePlays the assigned transition out animation, if any. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodRemoveAxesCall to null out the axes of the series; (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodRenderSeriesRenders the series. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodReplayTransitionInReplays the assigned transition in animation, if any. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetOverridden. Resets all the properties to their default values  
Public MethodResetAreaFillOpacityResets the Series.AreaFillOpacity property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetAutoCalloutLabelFormatResets the Series.AutoCalloutLabelFormat property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetAutoCalloutLabelFormatSpecifiersResets the Series.AutoCalloutLabelFormatSpecifiers property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetAutoCalloutValueLabelFormatResets the Series.AutoCalloutValueLabelFormat property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetAutoCalloutValueLabelFormatSpecifiersResets the Series.AutoCalloutValueLabelFormatSpecifiers property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetBrushResets the Series.Brush property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetCategoryCollisionModeResets the CategoryCollisionMode property to its default value.  
Public MethodResetCloseMemberAsLegendLabelResets the CloseMemberAsLegendLabel property to its default value.  
Public MethodResetCloseMemberAsLegendUnitResets the CloseMemberAsLegendUnit property to its default value.  
Public MethodResetCloseMemberPathResets the FinancialSeries.CloseMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetDashArrayResets the Series.DashArray property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetDataLegendGroupResets the Series.DataLegendGroup property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetDataMemberResets the Series.DataMember property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetDataSourceResets the Series.DataSource property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetDisplayTypeResets the DisplayType property to its default value.  
Public MethodResetExpectFunctionsResets the Series.ExpectFunctions property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetFocusBrushResets the Series.FocusBrush property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedCloseMemberPathResets the FinancialSeries.HighlightedCloseMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetHighlightedDataSourceResets the Series.HighlightedDataSource property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedHighMemberPathResets the FinancialSeries.HighlightedHighMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetHighlightedLegendItemVisibilityResets the Series.HighlightedLegendItemVisibility property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedLowMemberPathResets the FinancialSeries.HighlightedLowMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetHighlightedOpenMemberPathResets the FinancialSeries.HighlightedOpenMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetHighlightedTitleSuffixResets the Series.HighlightedTitleSuffix property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedValuesDataLegendGroupResets the Series.HighlightedValuesDataLegendGroup property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedValuesDisplayModeResets the Series.HighlightedValuesDisplayMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedValuesFadeOpacityResets the Series.HighlightedValuesFadeOpacity property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedVolumeMemberPathResets the FinancialSeries.HighlightedVolumeMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetHighlightingFadeOpacityResets the Series.HighlightingFadeOpacity property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighMemberAsLegendLabelResets the HighMemberAsLegendLabel property to its default value.  
Public MethodResetHighMemberAsLegendUnitResets the HighMemberAsLegendUnit property to its default value.  
Public MethodResetHighMemberPathResets the FinancialSeries.HighMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetHitTestModeResets the Series.HitTestMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetIndexResets the Series.Index property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetIsComponentHighlightingModeIgnoredResets the Series.IsComponentHighlightingModeIgnored property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetIsCustomCategoryStyleAllowedResets the FinancialSeries.IsCustomCategoryStyleAllowed property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetIsHighlightingEnabledResets the Series.IsHighlightingEnabled property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetIsTransitionInEnabledResets the FinancialSeries.IsTransitionInEnabled property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetLegendResets the Series.Legend property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetLegendItemBadgeModeResets the Series.LegendItemBadgeMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetLegendItemBadgeShapeResets the Series.LegendItemBadgeShape property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetLegendItemVisibilityResets the Series.LegendItemVisibility property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetLineCapResets the Series.LineCap property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetLineJoinResets the Series.LineJoin property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetLowMemberAsLegendLabelResets the LowMemberAsLegendLabel property to its default value.  
Public MethodResetLowMemberAsLegendUnitResets the LowMemberAsLegendUnit property to its default value.  
Public MethodResetLowMemberPathResets the FinancialSeries.LowMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetMarkerFillOpacityResets the Series.MarkerFillOpacity property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetMouseOverEnabledResets the Series.MouseOverEnabled property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetNameResets the Series.Name property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetNegativeBrushResets the FinancialSeries.NegativeBrush property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetNegativeOutlineResets the NegativeOutline property to its default value.  
Public MethodResetOpacityResets the Series.Opacity property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetOpenMemberAsLegendLabelResets the OpenMemberAsLegendLabel property to its default value.  
Public MethodResetOpenMemberAsLegendUnitResets the OpenMemberAsLegendUnit property to its default value.  
Public MethodResetOpenMemberPathResets the FinancialSeries.OpenMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetOutlineResets the Series.Outline property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetOutlineModeResets the Series.OutlineMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetResolutionResets the Series.Resolution property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetSelectionBrushResets the Series.SelectionBrush property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetShouldAnimateOnDataSourceSwapResets the Series.ShouldAnimateOnDataSourceSwap property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetShouldHideAutoCalloutsResets the Series.ShouldHideAutoCallouts property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetShouldRemoveHighlightedDataOnLayerHiddenResets the Series.ShouldRemoveHighlightedDataOnLayerHidden property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetShouldShiftOpacityForSafeActualBrushResets the Series.ShouldShiftOpacityForSafeActualBrush property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetShowDefaultTooltipResets the Series.ShowDefaultTooltip property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetThicknessResets the Series.Thickness property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTitleResets the Series.Title property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTransitionDurationResets the Series.TransitionDuration property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTransitionEasingFunctionResets the Series.TransitionEasingFunction property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTransitionInDurationResets the Series.TransitionInDuration property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTransitionInEasingFunctionResets the Series.TransitionInEasingFunction property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTransitionInModeResets the FinancialSeries.TransitionInMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetTransitionInSpeedTypeResets the Series.TransitionInSpeedType property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTransitionOutDurationResets the Series.TransitionOutDuration property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTransitionOutSpeedTypeResets the Series.TransitionOutSpeedType property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetTrendLineBrushResets the TrendLineBrush property to its default value.  
Public MethodResetTrendLineDashArrayResets the TrendLineDashArray property to its default value.  
Public MethodResetTrendLinePeriodResets the TrendLinePeriod property to its default value.  
Public MethodResetTrendLineThicknessResets the TrendLineThickness property to its default value.  
Public MethodResetTrendLineTypeResets the TrendLineType property to its default value.  
Public MethodResetTrendLineZIndexResets the TrendLineZIndex property to its default value.  
Public MethodResetUseItemWiseColorsResets the Series.UseItemWiseColors property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetVisibilityResets the Series.Visibility property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetVisibleRangeMarginBottomResets the Series.VisibleRangeMarginBottom property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetVisibleRangeMarginLeftResets the Series.VisibleRangeMarginLeft property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetVisibleRangeMarginRightResets the Series.VisibleRangeMarginRight property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetVisibleRangeMarginTopResets the Series.VisibleRangeMarginTop property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetVisibleRangeModeResets the Series.VisibleRangeMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetVolumeMemberPathResets the FinancialSeries.VolumeMemberPath property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetXAxisResets the FinancialSeries.XAxis property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResetYAxisResets the FinancialSeries.YAxis property to its default value. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Public MethodResolveLegendIndexResolves the index to use for ordering the legend. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodScrollIntoViewRequests that the provided item should be brought into view if possible. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodSetDataBindingSets the datasource and datamember for the control in one atomic operation. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodSetNegativeColorsSets the negative brush and outline properties for this series to the given arguments. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodShouldSerializeDataMemberReturns whether the Series.DataMember property requires serialization. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodShouldSerializeDataSourceReturns whether the Series.DataSource property requires serialization. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodSimulateHoverSimulates a pointer hover over the series surface. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodToWorldPositionConverts a point from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodToWorldRectConverts a rect from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected Methods
 NameDescription
Protected MethodOnAssigningCategoryStyleUsed to invoke the FinancialSeries.AssigningCategoryStyle event. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodOnPropertyChangedUsed to invoke the Series.PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodOnPropertyUpdatedUsed to invoke the Series.PropertyUpdated event. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodOnRenderRequestedUsed to invoke the Series.RenderRequested event. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodOnTransitionOutCompletedUsed to invoke the Series.TransitionOutCompleted event. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodOnTypicalUsed to invoke the FinancialSeries.Typical event. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodOnTypicalBasedOnUsed to invoke the FinancialSeries.TypicalBasedOn event. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeAreaFillOpacityIndicates if the Series.AreaFillOpacity property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeAutoCalloutLabelFormatIndicates if the Series.AutoCalloutLabelFormat property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeAutoCalloutLabelFormatSpecifiersIndicates if the Series.AutoCalloutLabelFormatSpecifiers property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeAutoCalloutValueLabelFormatIndicates if the Series.AutoCalloutValueLabelFormat property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeAutoCalloutValueLabelFormatSpecifiersIndicates if the Series.AutoCalloutValueLabelFormatSpecifiers property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeBrushIndicates if the Series.Brush property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeCategoryCollisionModeIndicates if the CategoryCollisionMode property needs to be serialized.  
Protected MethodShouldSerializeCloseMemberAsLegendLabelIndicates if the CloseMemberAsLegendLabel property needs to be serialized.  
Protected MethodShouldSerializeCloseMemberAsLegendUnitIndicates if the CloseMemberAsLegendUnit property needs to be serialized.  
Protected MethodShouldSerializeCloseMemberPathIndicates if the FinancialSeries.CloseMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeDashArrayIndicates if the Series.DashArray property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeDataLegendGroupIndicates if the Series.DataLegendGroup property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeDisplayTypeIndicates if the DisplayType property needs to be serialized.  
Protected MethodShouldSerializeExpectFunctionsIndicates if the Series.ExpectFunctions property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeFocusBrushIndicates if the Series.FocusBrush property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedCloseMemberPathIndicates if the FinancialSeries.HighlightedCloseMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeHighlightedDataSourceIndicates if the Series.HighlightedDataSource property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedHighMemberPathIndicates if the FinancialSeries.HighlightedHighMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeHighlightedLegendItemVisibilityIndicates if the Series.HighlightedLegendItemVisibility property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedLowMemberPathIndicates if the FinancialSeries.HighlightedLowMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeHighlightedOpenMemberPathIndicates if the FinancialSeries.HighlightedOpenMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeHighlightedTitleSuffixIndicates if the Series.HighlightedTitleSuffix property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedValuesDataLegendGroupIndicates if the Series.HighlightedValuesDataLegendGroup property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedValuesDisplayModeIndicates if the Series.HighlightedValuesDisplayMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedValuesFadeOpacityIndicates if the Series.HighlightedValuesFadeOpacity property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedVolumeMemberPathIndicates if the FinancialSeries.HighlightedVolumeMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeHighlightingFadeOpacityIndicates if the Series.HighlightingFadeOpacity property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighMemberAsLegendLabelIndicates if the HighMemberAsLegendLabel property needs to be serialized.  
Protected MethodShouldSerializeHighMemberAsLegendUnitIndicates if the HighMemberAsLegendUnit property needs to be serialized.  
Protected MethodShouldSerializeHighMemberPathIndicates if the FinancialSeries.HighMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeHitTestModeIndicates if the Series.HitTestMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeIdReturns true unconditionally so that a unique identifier is serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeIndexIndicates if the Series.Index property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeIsComponentHighlightingModeIgnoredIndicates if the Series.IsComponentHighlightingModeIgnored property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeIsCustomCategoryStyleAllowedIndicates if the FinancialSeries.IsCustomCategoryStyleAllowed property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeIsHighlightingEnabledIndicates if the Series.IsHighlightingEnabled property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeIsTransitionInEnabledIndicates if the FinancialSeries.IsTransitionInEnabled property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeLegendIndicates if the Series.Legend property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeLegendItemBadgeModeIndicates if the Series.LegendItemBadgeMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeLegendItemBadgeShapeIndicates if the Series.LegendItemBadgeShape property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeLegendItemVisibilityIndicates if the Series.LegendItemVisibility property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeLineCapIndicates if the Series.LineCap property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeLineJoinIndicates if the Series.LineJoin property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeLowMemberAsLegendLabelIndicates if the LowMemberAsLegendLabel property needs to be serialized.  
Protected MethodShouldSerializeLowMemberAsLegendUnitIndicates if the LowMemberAsLegendUnit property needs to be serialized.  
Protected MethodShouldSerializeLowMemberPathIndicates if the FinancialSeries.LowMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeMarkerFillOpacityIndicates if the Series.MarkerFillOpacity property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeMouseOverEnabledIndicates if the Series.MouseOverEnabled property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeNameIndicates if the Series.Name property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeNegativeBrushIndicates if the FinancialSeries.NegativeBrush property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeNegativeOutlineIndicates if the NegativeOutline property needs to be serialized.  
Protected MethodShouldSerializeOpacityIndicates if the Series.Opacity property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeOpenMemberAsLegendLabelIndicates if the OpenMemberAsLegendLabel property needs to be serialized.  
Protected MethodShouldSerializeOpenMemberAsLegendUnitIndicates if the OpenMemberAsLegendUnit property needs to be serialized.  
Protected MethodShouldSerializeOpenMemberPathIndicates if the FinancialSeries.OpenMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeOutlineIndicates if the Series.Outline property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeOutlineModeIndicates if the Series.OutlineMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeResolutionIndicates if the Series.Resolution property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeSelectionBrushIndicates if the Series.SelectionBrush property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeShouldAnimateOnDataSourceSwapIndicates if the Series.ShouldAnimateOnDataSourceSwap property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeShouldHideAutoCalloutsIndicates if the Series.ShouldHideAutoCallouts property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeShouldRemoveHighlightedDataOnLayerHiddenIndicates if the Series.ShouldRemoveHighlightedDataOnLayerHidden property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeShouldShiftOpacityForSafeActualBrushIndicates if the Series.ShouldShiftOpacityForSafeActualBrush property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeShowDefaultTooltipIndicates if the Series.ShowDefaultTooltip property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeThicknessIndicates if the Series.Thickness property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTitleIndicates if the Series.Title property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTransitionDurationIndicates if the Series.TransitionDuration property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTransitionEasingFunctionIndicates if the Series.TransitionEasingFunction property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTransitionInDurationIndicates if the Series.TransitionInDuration property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTransitionInEasingFunctionIndicates if the Series.TransitionInEasingFunction property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTransitionInModeIndicates if the FinancialSeries.TransitionInMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeTransitionInSpeedTypeIndicates if the Series.TransitionInSpeedType property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTransitionOutDurationIndicates if the Series.TransitionOutDuration property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTransitionOutSpeedTypeIndicates if the Series.TransitionOutSpeedType property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeTrendLineBrushIndicates if the TrendLineBrush property needs to be serialized.  
Protected MethodShouldSerializeTrendLineDashArrayIndicates if the TrendLineDashArray property needs to be serialized.  
Protected MethodShouldSerializeTrendLinePeriodIndicates if the TrendLinePeriod property needs to be serialized.  
Protected MethodShouldSerializeTrendLineThicknessIndicates if the TrendLineThickness property needs to be serialized.  
Protected MethodShouldSerializeTrendLineTypeIndicates if the TrendLineType property needs to be serialized.  
Protected MethodShouldSerializeTrendLineZIndexIndicates if the TrendLineZIndex property needs to be serialized.  
Protected MethodShouldSerializeUseItemWiseColorsIndicates if the Series.UseItemWiseColors property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeVisibilityIndicates if the Series.Visibility property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeVisibleRangeMarginBottomIndicates if the Series.VisibleRangeMarginBottom property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeVisibleRangeMarginLeftIndicates if the Series.VisibleRangeMarginLeft property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeVisibleRangeMarginRightIndicates if the Series.VisibleRangeMarginRight property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeVisibleRangeMarginTopIndicates if the Series.VisibleRangeMarginTop property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeVisibleRangeModeIndicates if the Series.VisibleRangeMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeVolumeMemberPathIndicates if the FinancialSeries.VolumeMemberPath property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeXAxisIndicates if the FinancialSeries.XAxis property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
Protected MethodShouldSerializeYAxisIndicates if the FinancialSeries.YAxis property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.FinancialSeries)
See Also