Version

CrosshairLayer Class Methods

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

Public Methods
 NameDescription
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 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 MethodGetPreviousOrExactIndexGetting the previous index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Win.DataVisualization.Series)
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 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 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 MethodResetAppearanceModeResets the AppearanceMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodResetCursorPositionResets the CursorPosition property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 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 MethodResetHighlightedDataSourceResets the Series.HighlightedDataSource property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHighlightedLegendItemVisibilityResets the Series.HighlightedLegendItemVisibility property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
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 MethodResetHighlightingFadeOpacityResets the Series.HighlightingFadeOpacity property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHitTestModeResets the Series.HitTestMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetHorizontalAppearanceModeResets the HorizontalAppearanceMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetHorizontalDashArrayResets the HorizontalDashArray property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetHorizontalLineStrokeResets the HorizontalLineStroke property to its default value.  
Public MethodResetHorizontalLineVisibilityResets the HorizontalLineVisibility property to its default value.  
Public MethodResetHorizontalShiftAmountResets the HorizontalShiftAmount property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetIndexResets the Series.Index property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetIsAxisAnnotationEnabledResets the IsAxisAnnotationEnabled property to its default value.  
Public MethodResetIsComponentHighlightingModeIgnoredResets the Series.IsComponentHighlightingModeIgnored property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetIsDefaultCrosshairDisabledResets the IsDefaultCrosshairDisabled property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetIsHighlightingEnabledResets the Series.IsHighlightingEnabled property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
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 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 MethodResetOpacityResets the Series.Opacity property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
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 MethodResetShiftAmountResets the ShiftAmount property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodResetShouldRenderAsOverlayResets the ShouldRenderAsOverlay property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodResetSkipUnknownValuesResets the SkipUnknownValues property to its default value.  
Public MethodResetTargetSeriesResets the TargetSeries property to its default value.  
Public MethodResetTargetSeriesNameResets the TargetSeriesName property to its default value.  
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 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 MethodResetUseIndexResets the UseIndex property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetUseInterpolationResets the UseInterpolation property to its default value.  
Public MethodResetUseItemWiseColorsResets the Series.UseItemWiseColors property to its default value. (Inherited from Infragistics.Win.DataVisualization.Series)
Public MethodResetUseLegendResets the UseLegend property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetVerticalAppearanceModeResets the VerticalAppearanceMode property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetVerticalDashArrayResets the VerticalDashArray property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Public MethodResetVerticalLineStrokeResets the VerticalLineStroke property to its default value.  
Public MethodResetVerticalLineVisibilityResets the VerticalLineVisibility property to its default value.  
Public MethodResetVerticalShiftAmountResets the VerticalShiftAmount property to its default value. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodResetXAxisAnnotationBackgroundResets the XAxisAnnotationBackground property to its default value.  
Public MethodResetXAxisAnnotationBackgroundCornerRadiusResets the XAxisAnnotationBackgroundCornerRadius property to its default value.  
Public MethodResetXAxisAnnotationInterpolatedValuePrecisionResets the XAxisAnnotationInterpolatedValuePrecision property to its default value.  
Public MethodResetXAxisAnnotationOutlineResets the XAxisAnnotationOutline property to its default value.  
Public MethodResetXAxisAnnotationPaddingBottomResets the XAxisAnnotationPaddingBottom property to its default value.  
Public MethodResetXAxisAnnotationPaddingLeftResets the XAxisAnnotationPaddingLeft property to its default value.  
Public MethodResetXAxisAnnotationPaddingRightResets the XAxisAnnotationPaddingRight property to its default value.  
Public MethodResetXAxisAnnotationPaddingTopResets the XAxisAnnotationPaddingTop property to its default value.  
Public MethodResetXAxisAnnotationStrokeThicknessResets the XAxisAnnotationStrokeThickness property to its default value.  
Public MethodResetXAxisAnnotationTextColorResets the XAxisAnnotationTextColor property to its default value.  
Public MethodResetYAxisAnnotationBackgroundResets the YAxisAnnotationBackground property to its default value.  
Public MethodResetYAxisAnnotationBackgroundCornerRadiusResets the YAxisAnnotationBackgroundCornerRadius property to its default value.  
Public MethodResetYAxisAnnotationInterpolatedValuePrecisionResets the YAxisAnnotationInterpolatedValuePrecision property to its default value.  
Public MethodResetYAxisAnnotationOutlineResets the YAxisAnnotationOutline property to its default value.  
Public MethodResetYAxisAnnotationPaddingBottomResets the YAxisAnnotationPaddingBottom property to its default value.  
Public MethodResetYAxisAnnotationPaddingLeftResets the YAxisAnnotationPaddingLeft property to its default value.  
Public MethodResetYAxisAnnotationPaddingRightResets the YAxisAnnotationPaddingRight property to its default value.  
Public MethodResetYAxisAnnotationPaddingTopResets the YAxisAnnotationPaddingTop property to its default value.  
Public MethodResetYAxisAnnotationStrokeThicknessResets the YAxisAnnotationStrokeThickness property to its default value.  
Public MethodResetYAxisAnnotationTextColorResets the YAxisAnnotationTextColor property to its default value.  
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 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 MethodShouldSerializeAppearanceModeIndicates if the AppearanceMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodShouldSerializeCursorPositionIndicates if the CursorPosition property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 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 MethodShouldSerializeHighlightedDataSourceIndicates if the Series.HighlightedDataSource property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHighlightedLegendItemVisibilityIndicates if the Series.HighlightedLegendItemVisibility property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
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 MethodShouldSerializeHighlightingFadeOpacityIndicates if the Series.HighlightingFadeOpacity property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHitTestModeIndicates if the Series.HitTestMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeHorizontalAppearanceModeIndicates if the HorizontalAppearanceMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Protected MethodShouldSerializeHorizontalDashArrayIndicates if the HorizontalDashArray property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Protected MethodShouldSerializeHorizontalLineStrokeIndicates if the HorizontalLineStroke property needs to be serialized.  
Protected MethodShouldSerializeHorizontalLineVisibilityIndicates if the HorizontalLineVisibility property needs to be serialized.  
Protected MethodShouldSerializeHorizontalShiftAmountIndicates if the HorizontalShiftAmount property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodShouldSerializeIsAxisAnnotationEnabledIndicates if the IsAxisAnnotationEnabled property needs to be serialized.  
Protected MethodShouldSerializeIsComponentHighlightingModeIgnoredIndicates if the Series.IsComponentHighlightingModeIgnored property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeIsDefaultCrosshairDisabledIndicates if the IsDefaultCrosshairDisabled property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Protected MethodShouldSerializeIsHighlightingEnabledIndicates if the Series.IsHighlightingEnabled property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
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 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 MethodShouldSerializeOpacityIndicates if the Series.Opacity property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
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 MethodShouldSerializeShiftAmountIndicates if the ShiftAmount property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodShouldSerializeShouldRenderAsOverlayIndicates if the ShouldRenderAsOverlay property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodShouldSerializeSkipUnknownValuesIndicates if the SkipUnknownValues property needs to be serialized.  
Protected MethodShouldSerializeTargetSeriesIndicates if the TargetSeries property needs to be serialized.  
Protected MethodShouldSerializeTargetSeriesNameIndicates if the TargetSeriesName property needs to be serialized.  
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 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 MethodShouldSerializeUseIndexIndicates if the UseIndex property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Protected MethodShouldSerializeUseInterpolationIndicates if the UseInterpolation property needs to be serialized.  
Protected MethodShouldSerializeUseItemWiseColorsIndicates if the Series.UseItemWiseColors property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.Series)
Protected MethodShouldSerializeUseLegendIndicates if the UseLegend property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Protected MethodShouldSerializeVerticalAppearanceModeIndicates if the VerticalAppearanceMode property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Protected MethodShouldSerializeVerticalDashArrayIndicates if the VerticalDashArray property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
Protected MethodShouldSerializeVerticalLineStrokeIndicates if the VerticalLineStroke property needs to be serialized.  
Protected MethodShouldSerializeVerticalLineVisibilityIndicates if the VerticalLineVisibility property needs to be serialized.  
Protected MethodShouldSerializeVerticalShiftAmountIndicates if the VerticalShiftAmount property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.AnnotationLayer)
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 MethodShouldSerializeXAxisAnnotationBackgroundIndicates if the XAxisAnnotationBackground property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationBackgroundCornerRadiusIndicates if the XAxisAnnotationBackgroundCornerRadius property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationInterpolatedValuePrecisionIndicates if the XAxisAnnotationInterpolatedValuePrecision property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationOutlineIndicates if the XAxisAnnotationOutline property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationPaddingBottomIndicates if the XAxisAnnotationPaddingBottom property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationPaddingLeftIndicates if the XAxisAnnotationPaddingLeft property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationPaddingRightIndicates if the XAxisAnnotationPaddingRight property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationPaddingTopIndicates if the XAxisAnnotationPaddingTop property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationStrokeThicknessIndicates if the XAxisAnnotationStrokeThickness property needs to be serialized.  
Protected MethodShouldSerializeXAxisAnnotationTextColorIndicates if the XAxisAnnotationTextColor property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationBackgroundIndicates if the YAxisAnnotationBackground property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationBackgroundCornerRadiusIndicates if the YAxisAnnotationBackgroundCornerRadius property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationInterpolatedValuePrecisionIndicates if the YAxisAnnotationInterpolatedValuePrecision property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationOutlineIndicates if the YAxisAnnotationOutline property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationPaddingBottomIndicates if the YAxisAnnotationPaddingBottom property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationPaddingLeftIndicates if the YAxisAnnotationPaddingLeft property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationPaddingRightIndicates if the YAxisAnnotationPaddingRight property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationPaddingTopIndicates if the YAxisAnnotationPaddingTop property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationStrokeThicknessIndicates if the YAxisAnnotationStrokeThickness property needs to be serialized.  
Protected MethodShouldSerializeYAxisAnnotationTextColorIndicates if the YAxisAnnotationTextColor property needs to be serialized.  
See Also