Version

CategoryItemHighlightLayer Class Members

The following tables list the members exposed by CategoryItemHighlightLayer.

Public Constructors
 NameDescription
Public ConstructorCategoryItemHighlightLayer ConstructorConstructs a CategoryItemHightlightLayer  
Public Properties
 NameDescription
Public PropertyActualAreaFillOpacityGets the actual opacity applied to the area fill visual. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyActualBrushGets the effective brush for the current series object. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyActualHitTestModeResolved method of hit testing to use when pointing to items in the chart. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyActualLegendGets the effective legend associated with the current series object. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyActualOutlineGets the effective outline for the current series object. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyAreaFillOpacityGets or sets the opacity applied to the area fill visual. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyBandHighlightWidthGets or sets the width to use for the highlight region if highlighting items in a grid aligned series (line, spline, etc), with a banded shape.  
Public PropertyBrushGets or sets the brush to use for the series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyCursorPositionGets or sets the world position to use instead of the pointer position for this annotation layer. If you set this value, rather than responding to the pointer, this layer will be fixed on the provided world position. A world position has x and y values that range from 0 to 1 that represent the global position of the cursor relative to the entire ranges of the axes. The default of (NaN, NaN) means that the layer should react to pointer movement. (Inherited from Infragistics.Controls.Charts.AnnotationLayer)
Public PropertyFinalValueThe final value of this series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyHasMarkersReturns whether the current series supports visual markers. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyHighlightTypeGets or sets which type of highlight shape to use when highlighting items.  
Public PropertyHitTestModeMethod of hit testing to use when pointing to items in this series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIndexGets the Index property. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsAnnotationLayerGets whether the series is an annotation layer. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsAreaOrLineGets whether the current series shows an area or line shape. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsCategoryGets whether the current series is a category type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsDefaultCrosshairBehaviorDisabledGets whether the default crosshair behavior should be disabled if this series is present. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsDefaultCrosshairDisabledGets or sets whether the series viewer's default crosshair should be disabled by the presence of this layer. (Inherited from Infragistics.Controls.Charts.AnnotationLayer)
Public PropertyIsDefaultTooltipBehaviorDisabledGets whether the default tooltip behavior should be disabled if this series is present. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsFinancialGets whether the current series is a financial type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsFragmentGets whether the current series is a stack fragment. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsIndexedGets if the series uses an index, which can be used to auto-assign it a color. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsMarkerlessDisplayPreferredOverridden by derived series classes to indicate when markerless display is preferred or not. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsNegativeColorSupportedOverridden by derived series classes to indicate when negative colors are supported or not. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsPolarGets whether the current series is a polar type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsRadialGets whether the current series is a radial type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsRangeGets whether the current series is a range type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsScatterGets whether the current series is a scatter type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsShapeGets whether the current series is a shape type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsStackedGets whether the current series is a stacked type series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsUsableInLegendGets if the series should appear in any legends. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsValueOverlayGets whether the series is a value overlay. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyIsVerticalGets whether the current series is oriented vertically. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyItemsSourceGets or sets the ItemsSource property for the current series object. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyLegendGets or sets a legend for the current series object. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyLegendItemVisibilityGets or sets the legend item visibility for the current series object. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyMouseOverEnabledGets or sets the whether the chart reacts to mouse move events. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyNameGets or sets the name to use for the series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyOutlineGets or sets the brush to use for the outline of the series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyPercentChangeThe percent change from the beginning to the end of this series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyResolutionGets or sets the current series object's rendering resolution. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertySeriesViewerGets the Chart for the current chart series object. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyShouldRenderAsOverlayGets or sets whether this layer renders as an overlay or not. (Inherited from Infragistics.Controls.Charts.AnnotationLayer)
Public PropertySkipUnknownValuesGets or sets whether to skip unknown values when searching for series values.  
Public PropertyTargetSeriesGets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously.  
Public PropertyThicknessGets or sets the width of the current series object's line thickness. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyTitleGets or sets the Title property. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyTransitionDurationGets or sets the duration of the current series's morph. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyTransitionEasingFunctionGets or sets the easing function used to morph the current series. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyTransitionInDurationGets or sets the duration of the current series's transition in morph. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyTransitionInEasingFunctionGets or sets the EasingFunction used to morph the current series during the initial transition. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyTransitionInSpeedTypeGets or sets the duration of the current series's transition in morph. (Inherited from Infragistics.Controls.Charts.Series)
Public PropertyUseIndexGets or sets whether this series should take up an index for auto brush coloring. (Inherited from Infragistics.Controls.Charts.AnnotationLayer)
Public PropertyUseInterpolationGets or sets whether to use value interpolation when drawing a line through the best value for the pointer position.  
Public PropertyUseLegendGets or sets whether this series interacts with the chart legend. (Inherited from Infragistics.Controls.Charts.AnnotationLayer)
Public Methods
 NameDescription
Public MethodExportVisualDataExports visual information about the series for use by external tools and functionality. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodFromWorldPositionConverts a point from world coordinates to coordinates within the viewport of the series. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetActualMarkerBrushReturns the actual marker brush used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetActualMarkerOutlineBrushReturns the actual marker outline brush used by the series if the series has markers. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetEffectiveViewportGets the effective viewport, adjusted to account for margins and other factors. (Inherited from Infragistics.Controls.Charts.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.Controls.Charts.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.Controls.Charts.Series)
Public MethodGetHitDataContextGets the DataContext matching the given position. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemGets the item that is the best match for the specified world coordinates. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemIndexGets the item item index associated with the specified world position (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetItemIndexFromSeriesPixelGets the item index that is the best match for the specified pixel position within the series plot area. (Inherited from Infragistics.Controls.Charts.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.Controls.Charts.Series)
Public MethodGetItemValueGets a value based on one of the valid member paths for this series type. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetNextOrExactIndexGetting the next index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetPreviousOrExactIndexGetting the previous index that is near a given world position, if possible, otherwise NaN. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodGetSeriesHighValueIf possible, will return the best available high value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.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.Controls.Charts.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.Controls.Charts.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.Controls.Charts.Series)
Public MethodGetSeriesLowValueIf possible, will return the best available low value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.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.Controls.Charts.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.Controls.Charts.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.Controls.Charts.Series)
Public MethodGetSeriesValueIf possible, will return the best available main value of the series for a given world coordinate. (Inherited from Infragistics.Controls.Charts.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.Controls.Charts.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.Controls.Charts.Series)
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. (Inherited from Infragistics.Controls.Charts.Series)
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. (Inherited from Infragistics.Controls.Charts.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.Controls.Charts.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.Controls.Charts.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.Controls.Charts.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.Controls.Charts.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.Controls.Charts.Series)
Public MethodHideToolTipsHides any internal tooltips presented by the series, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodMoveCursorPointMoves the cursor point to the provided world position. Some series may react to the current cursor position. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodNotifyVisualPropertiesChangedNotifies the series that a visual property has changed, requiring a visual update. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodRemoveAxesCall to null out the axes of the series; (Inherited from Infragistics.Controls.Charts.Series)
Public MethodRenderSeriesRenders the series. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodReplayTransitionInReplays the assigned transition in animation, if any. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodResolveLegendIndexResolves the index to use for ordering the legend. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodScrollIntoViewRequests that the provided item should be brought into view if possible. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodSetNegativeColorsSets the negative brush and outline properties for this series to the given arguments. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodSetResolutionSets the Series.Resolution property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodSetThicknessSets the Series.Thickness property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodSimulateHoverSimulates a pointer hover over the series surface. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodTestHitChecks for a matching data item at the given position. (Inherited from Infragistics.Controls.Charts.Series)
Public MethodToWorldPositionConverts a point from coordinates within the series plot area to a world position within axis space. (Inherited from Infragistics.Controls.Charts.Series)
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnPropertyUpdatedUsed to invoke the Series.PropertyUpdated event. (Inherited from Infragistics.Controls.Charts.Series)
Protected MethodOnRenderRequestedUsed to invoke the Series.RenderRequested event. (Inherited from Infragistics.Controls.Charts.Series)
Public Events
 NameDescription
Public EventChartToolTipUpdatingRaised when the chart tooltip is updating. (Inherited from Infragistics.Controls.Charts.Series)
Public EventPropertyChangedInvoked when a property of the object has been changed. (Inherited from Infragistics.Controls.Charts.Series)
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Controls.Charts.Series)
Public EventRenderRequestedThis event is raised every time a render has been requested from a series. (Inherited from Infragistics.Controls.Charts.Series)
See Also