Version

Infragistics.Win.DataVisualization Namespace

Classes
 ClassDescription
ClassAbsoluteVolumeOscillatorIndicator Represents a UltraDataChart Absolute Volume Oscillator indicator series.
ClassAccumulationDistributionIndicator Represents a UltraDataChart Accumulation/Distribution indicator series.
ClassAnchoredCategorySeries Represents the base class for all UltraDataChart anchored category/value series.
ClassAnchoredRadialSeries Represents the base class for all UltraDataChart anchored radial category series.
ClassAnnotationLayer Represents the base class for annotation layer types. Annotations will usually disable some of the default hover/touch behaviors of the chart when they are introduced to the series collection. In return they provide some valuable information as the cursor is moved by hovering over the chart, or performing a press-hold-drag interaction in touch mode.
ClassAreaSeries Represents a UltraDataChart area series.

Displays trend over time or ordered categories.

Useful when there are many data points and the order is important.

ClassAssigningCategoryMarkerStyleEventArgs Represents event arguments class for the AssigningCategoryStyleEvent
ClassAssigningCategoryStyleEventArgsBase Represents event arguments base class for the AssigningCategoryStyleEventArgsBase
ClassAssigningPolarMarkerStyleEventArgs Represents event arguments class for the AssigningPolarStyleEvent
ClassAssigningPolarStyleEventArgsBase Represents event arguments base class for the AssigningCategoryStyleEventArgsBase
ClassAssigningRadialMarkerStyleEventArgs Represents event arguments class for the AssigningRadialStyleEvent
ClassAssigningRadialStyleEventArgsBase Represents event arguments base class for the AssigningCategoryStyleEventArgsBase
ClassAssigningScatterMarkerStyleEventArgs Represents event arguments class for the AssigningScatterStyleEvent
ClassAssigningScatterStyleEventArgsBase Represents event arguments base class for the AssigningCategoryStyleEventArgsBase
ClassAssigningSeriesStyleEventArgsBase Represents event arguments base class for the AssigningCategoryStyleEventArgsBase
ClassAssigningShapeMarkerStyleEventArgs Represents event arguments class for the AssigningShapeStyleEvent
ClassAssigningShapeStyleEventArgsBase Represents event arguments base class for the AssigningCategoryStyleEventArgsBase
ClassAverageDirectionalIndexIndicator Represents a UltraDataChart Average Directional indicator series.
ClassAverageTrueRangeIndicator Represents a UltraDataChart Average True Range indicator series.
ClassAxesCollection Represents an observable collection of Axis objects.
ClassAxis Represents the base class from which all axis types are derived.
ClassAxisAnnotation Represents an axis annotation
ClassAxisAnnotationCollection  
ClassAxisLabelInfo  
ClassBarSeries Represents a UltraDataChart bar series.
ClassBollingerBandsOverlay Represents a UltraDataChart Bollinger Bands financial overlay series.
ClassBollingerBandWidthIndicator Represents a UltraDataChart Bollinger Bandwidth indicator series.
ClassBrushScale Represents a base class for brush scales.
ClassBubbleSeries Represents a UltraDataChart bubble series.
ClassCalloutAnnotation Represents a callout annotation
ClassCalloutAnnotationCollection Represents a collection of callout annotations
ClassCalloutContentUpdatingEventArgs Represents event arguments for updating content of callout layer
ClassCalloutLabelUpdatingEventArgs Represents event arguments for updating label of callout layer
ClassCalloutLayer Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor.
ClassCalloutPlacementPositionsCollection Represents a collection of CalloutPlacementPositions enumerable objects
ClassCalloutRenderStyleUpdatingEventArgs  
ClassCalloutSeriesSelectingEventArgs Represents event arguments for selecting callout layer
ClassCalloutStyleUpdatingEventArgs  
ClassCategoryAngleAxis Represents a UltraDataChart category angle axis. Useful for displaying radial categories.
ClassCategoryAxisBase Represents the base class for all UltraDataChart category-based axes.
ClassCategoryDateTimeXAxis Represents a category-based horizontal X axis that uses a DateTime scale.
ClassCategoryHighlightLayer Represents an annotation layer that targets a category axis, or all category axes in the chart. If the axis contains any series that are aligned between major gridlines of the axis (column, waterfall, etc) this will render a shape that fills the current category. Otherwise it will render a band with an adjustable thickness at the closest gridline to the pointer position. Setting UseIterpolation to true will cause the x position in the latter case to become affixed to the x position of the pointer.
ClassCategoryItemHighlightLayer Represents an annotation layer that highlights items in a series that use a category axis either by drawing a banded shape at their position, or by rendering a marker at their position. Depending on the type of series, the default highlight will be affected. To override the type of highlight used, you can set the HighlightType property.
ClassCategorySeries Represents the base class for UltraDataChart category series.
ClassCategoryToolTipLayer Represents an annotation layer that displays grouped tooltips for series that use a category axis.
ClassCategoryXAxis Represents a UltraDataChart category X axis.
ClassCategoryYAxis Represents a UltraDataChart category Y axis.
ClassChaikinOscillatorIndicator Represents the UltraDataChart Chaikin Oscillator indicator series.
ClassChaikinVolatilityIndicator Represents a UltraDataChart Chaikin Volatility indicator series.
ClassChartDataContext  
ClassChartGroupDescription Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
ClassChartGroupDescriptionCollection Represents a collection of grouping elements that are applied to a data source or provider.
ClassChartSeriesEventArgs Represents event arguments for chart's SeriesAdded and SeriesRemoved events
ClassChartSortDescription Represents an element in the current sort applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.
ClassChartSortDescriptionCollection Represents a collection of sort elements that are applied to a data source or provider.
ClassChartSummaryDescription Represents a summary that is applied to a datasource. Changes to this object are not observed or expected after it is initially assigned to a collection.
ClassChartSummaryDescriptionCollection  
ClassChartTooltipContentEventArgs  
ClassColorScale Base class for classes which provide colors corresponding to numeric values within a known list of numeric values.
ClassColumnSeries Represents a UltraDataChart column series.

Compare values across categories by using vertical rectangles.

Use it when the order of categories is not important or for displaying item counts such as a histogram.

ClassCommodityChannelIndexIndicator Represents a UltraDataChart Commodity Channel Index indicator series.
ClassContourValueResolver Class used to determine the numeric values of contour lines, given a larger list of numeric values.
ClassCrosshairLayer Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor.
ClassCustomContourValueResolver ContourValueResolver class which fires an event to resolve the contour values.
ClassCustomContourValueResolverEventArgs Provides data for GetCustomContourValues event.
ClassCustomIndicator Represents a UltraDataChart Custom Indicator series.

The indicator value is calculated in the user specified Indicator event handler.

ClassCustomPaletteBrushScale Represents a brush scale that uses index-based brush selection mode.
ClassCustomPaletteColorScale ColorScale class for selecting a color from a given palette, or interpolating between adjacent colors in that palette. ColorScale class for selecting a color from a given palette, or interpolating between adjacent colors in that palette.
ClassDataLegendStylingColumnEventArgs Represents styling event args for a column in data legend
ClassDataLegendStylingRowEventArgs Represents styling event args for a row in data legend
ClassDataLegendSummaryEventArgs Represents event argument for DataLegendSummaryCalculationCustom
ClassDataToolTipLayer Represents an annotation layer that displays grouped tooltips with summaries for series.
ClassDetrendedPriceOscillatorIndicator Represents a UltraDataChart Detrended Price Oscillator indicator series.
ClassDomainChartSeriesPointerEventArgs Represents event arguments for chart's SeriesAdded and SeriesRemoved events
ClassDoughnutChartDataContext Provides information about the slice in the TooltipContentUpdating event for the UltraDoughnutChart.
ClassDoughnutChartTooltipContentEventArgs The event arguments for the TooltipContentUpdating event of the UltraDoughnutChart
ClassDoughnutSliceClickEventArgs Provides data for the SliceClick event
ClassEaseOfMovementIndicator Represents a UltraDataChart Ease of Movement indicator series.
ClassFastStochasticOscillatorIndicator Represents a UltraDataChart Fast Stochastic Oscillator indicator series.
ClassFilterStringErrorsParsingEventArgs Represents event arguments for when there are errors parsing the filter string
ClassFinalValueLayer Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor.
ClassFinancialIndicator Represents the base functionality for a UltraDataChart financial indicator series.
ClassFinancialLegend Represents a legend that displays information about each series, most often used in financial charting.
ClassFinancialOverlay Represents the base functionality for a UltraDataChart financial overlay series.
ClassFinancialPriceSeries Represents a UltraDataChart financial price series that renders as Candlestick or OHLC representations.
ClassFinancialSeries Represents the base class for all financial indicator and overlay series.
ClassForceIndexIndicator Represents a UltraDataChart Force Index indicator series.
ClassFormatLabelEventArgs Represents event arguments for PieChartFormatLabel.
ClassFullStochasticOscillatorIndicator Represents a UltraDataChart Full Stochastic Oscillator indicator series.
ClassFunnelChartDataContext Represents contextual data for the funnel chart.
ClassFunnelChartTooltipContentEventArgs The event arguments for the TooltipContentUpdating event of the UltraFunnelChart
ClassFunnelSliceClickedEventArgs Information about the clicked slice.
ClassFunnelSliceDataContext Represents the funnel slice data currently in context.
ClassFunnelSliceEventArgs Information about the clicked slice.
ClassHorizontalAnchoredCategorySeries Base class for anchored category series with a category x-axis and a numeric y-axis.
ClassHorizontalRangeCategorySeries Base class for ranged category series with a category X-axis and a numeric Y-axis.
ClassHorizontalStackedSeriesBase Base class for stacked series with a category x-axis and a numeric y-axis.
ClassIndexCollection Represents a collection of unique indexes
ClassItemToolTipLayer Represents an annotation layer that displays tooltips for all target series individually.
ClassItemwiseStrategyBasedIndicator Financial indicator base class for doing calculating an itemwize indicator.
ClassLinearContourValueResolver ContourValueResolver class which resolves contour lines to be distributed at linear intervals from the data minimum to the data maximum.
ClassLineSeries Represents a UltraDataChart line series.

Displays trend over time or ordered categories.

Useful when there are many data points and the order is important.

ClassMarkerSeries Represents the base class for series containing markers.
ClassMarkerTypeCollection Represents a collection of MarkerType enumerable objects
ClassMarketFacilitationIndexIndicator Represents a UltraDataChart Market Facilitation Index indicator series.
ClassMassIndexIndicator Represents a UltraDataChart Mass Index indicator series.
ClassMedianPriceIndicator Represents a UltraDataChart Median Price indicator series.
ClassMoneyFlowIndexIndicator Represents a UltraDataChart Money Flow Index indicator series.
ClassMovingAverageConvergenceDivergenceIndicator Represents a UltraDataChart Moving Average Convergence/Divergence (MACD) indicator series.
ClassNegativeVolumeIndexIndicator Represents a UltraDataChart Negative Volume Index indicator (NVI) series.
ClassNumericAngleAxis Represents a UltraDataChart angle based axis for polar series.
ClassNumericAxisBase Represents the base class for all UltraDataChart numeric axes.
ClassNumericRadiusAxis Represents a UltraDataChart radius axis for polar and radial series.
ClassNumericXAxis Represents a UltraDataChart numeric X axis.
ClassNumericYAxis Represents a UltraDataChart numeric Y axis.
ClassOnBalanceVolumeIndicator Represents a UltraDataChart On Balance Bolume indicator series.
ClassOrdinalTimeXAxis A horizontal axis that uses an ordinal DateTime scale.
ClassPercentagePriceOscillatorIndicator Represents a UltraDataChart percentage price oscillator series.
ClassPercentageVolumeOscillatorIndicator Represents a UltraDataChart Percentage Volume Oscillator (PVO) series.
ClassPercentChangeYAxis A horizontal axis that uses a DateTime scale.
ClassPieChartBase Base class for the UltraPieChart implementing most of the functionality. Represents the base class for the pie chart.
ClassPieChartDataContext Provides information about the slice in the TooltipContentUpdating event for the UltraPieChart.
ClassPieChartTooltipContentEventArgs The event arguments for the TooltipContentUpdating event of the UltraPieChart
ClassPieSliceDataContext DataContext for a pie slice.
ClassPieSliceOthersContext Represents the selected data contained inside the Others slice.
ClassPointSeries Represents a UltraDataChart point series.
ClassPolarAreaSeries Represents a UltraDataChart polar area series.
ClassPolarBase Represents the base class from which all UltraDataChart polar series are derived.
ClassPolarLineSeries Represents a UltraDataChart polar line series.
ClassPolarLineSeriesBase Represents the base class from which all UltraDataChart polar line series are derived.
ClassPolarScatterSeries Represents a UltraDataChart polar scatter series.
ClassPolarSplineAreaSeries Represents a UltraDataChart polar spline area series.
ClassPolarSplineSeries Represents a UltraDataChart polar spline series.
ClassPositiveVolumeIndexIndicator Represents a UltraDataChart Positive Volume Index (PVI) indicator series.
ClassPriceChannelOverlay Represents a UltraDataChart Financial Price Channel Overlay series.
ClassPriceVolumeTrendIndicator Represents a UltraDataChart Price Volume Trend Indicator series.
ClassRadialAreaSeries Represents a UltraDataChart radial area series.
ClassRadialBase Represents the base class for all UltraDataChart radial series
ClassRadialColumnSeries Represents a UltraDataChart radial column series. Compare values across categories by using radial rectangles.
ClassRadialLineSeries Represents a UltraDataChart radial line series.
ClassRadialPieSeries Represents a UltraDataChart radial pie series. Compare values across categories by using radial pie slices.
ClassRangeAreaSeries Represents a UltraDataChart range area series.
ClassRangeCategorySeries Represents the base class for all UltraDataChart ranged category/value series.
ClassRangeColumnSeries Represents a UltraDataChart range column series.
ClassRateOfChangeAndMomentumIndicator Represents a UltraDataChart Rate of Change and Momentum indicator series.
ClassRefreshCompletedEventArgs  
ClassRelativeStrengthIndexIndicator Represents a UltraDataChart Relative Strength Index indicator series.
ClassRenderRequestedEventArgs EventArgs class for RenderRequested events.
ClassRingSeries Represents one ring in UltraDoughnutChart series.
ClassRingSeriesBase The base class for the series in the UltraDoughnutChart.Represents a UltraDoughnutChart base series.
ClassRingSeriesCollection Represents a collection of RingSeriesBase.
ClassRingSeriesIndexCollection A collection representing indexes of slices in a RingSeries
ClassScalerParams Class containing several properties which are used as parameters passed to scaling operations in a SeriesViewer. Class containing several properties which are used as parameters passed to scaling operations in a SeriesViewer.
ClassScatterAreaSeries Series class which draws a colored 2D surface based on a triangulation of XY data with numeric values assigned to each point.
ClassScatterBase Represents the base class for all UltraDataChart scatter series
ClassScatterContourSeries Series class for rendering isarithmic contours based on a triangulation of X+Y+Value points in the ItemsSource.
ClassScatterLineSeries Represents a UltraDataChart scatter line series
ClassScatterPolygonSeries Series class which renders polygons as Paths based on lists of points in the ItemsSource.
ClassScatterPolylineSeries Series class used for displaying multiple polylines for datasources which contain multiple lists of points.
ClassScatterSeries Represents a UltraDataChart scatter series
ClassScatterSplineSeries Represents a UltraDataChart scatter spline series
ClassScatterTriangulationSeries Base class for series which triangulate XY data prior to rendering. Base class for series which triangulate XY data prior to rendering.
ClassSeries Represents the base class for all UltraDataChart series.
ClassSeriesCollection Represents an observable collection of UltraDataChart series objects.
ClassSeriesLayer Represents an axis annotation
ClassSeriesLayerCollection  
ClassSeriesLayerPropertyOverlay Represents an axis annotation
ClassSeriesLayerPropertyOverlayCollection  
ClassSeriesViewer Represents a control for viewing series objects.
ClassSeriesViewerManipulationEventArgs  
ClassShapeSeriesBase Series class for rendering polygons.
ClassSizeScale Represents a scale that is used determine an object's size.
ClassSliceDataContext Provides information about the slice in the TooltipContentUpdating event.
ClassSlowStochasticOscillatorIndicator Represents a UltraDataChart Slow Stochastic Oscillator indicator series.
ClassSplineAreaSeries Represents a UltraDataChart spline area series.
ClassSplineSeries Represents a UltraDataChart spline series.
ClassSplineSeriesBase Represents the base class for all UltraDataChart spline series.
ClassStacked100AreaSeries Represents a stacked area series, where values are presented as percentages of the total.
ClassStacked100BarSeries Represents a UltraDataChart stacked100 bar series.
ClassStacked100ColumnSeries Represents a UltraDataChart stacked100 column series.
ClassStacked100LineSeries Represents a UltraDataChart stacked100 line series.
ClassStacked100SplineAreaSeries Represents a UltraDataChart stacked100 spline area series.
ClassStacked100SplineSeries Represents a UltraDataChart stacked100 spline series.
ClassStackedAreaSeries Represents a UltraDataChart stacked area series.
ClassStackedBarSeries Represents a UltraDataChart stacked bar series.
ClassStackedColumnSeries Represents a UltraDataChart stacked column series.
ClassStackedFragmentSeries Represents a non-visual child of StackedSeriesBase.
ClassStackedLineSeries Represents a stacked series, where the points in each series are connected with a line.
ClassStackedSeriesBase Represents a base class for stacked series.
ClassStackedSeriesCollection  
ClassStackedSplineAreaSeries Represents a UltraDataChart stacked spline area series.
ClassStackedSplineSeries Represents a UltraDataChart stacked spline series.
ClassStandardDeviationIndicator Represents a UltraDataChart Standard Deviation indicator series.
ClassStepAreaSeries Represents a UltraDataChart step area series.
ClassStepLineSeries Represents a UltraDataChart step line series.
ClassStochRSIIndicator Represents a UltraDataChart StochRSI indicator series.
ClassStraightNumericAxisBase Defines a set of basic methods and properties used to create a StraightNumeric axis.
ClassStrategyBasedIndicator A base class for indicator series with simple calculations that separates the calculation responsibility from the other responsibilities of the financial series, this enables easier unit testing and decoupling of individual calculation strategies.
ClassStyleSelector Base class for selecting styles for DependencyObjects based on their associated data items. Base class for selecting styles for DependencyObjects based on their associated data items.
ClassTextMarkerEventArgs EventArgs class used to pass information about a text marker.
ClassTextMarkerTemplate MarkerTemplate used to display text.
ClassTimeAxisBase Represents an category-based horizontal X axis that uses a DateTime scale.
ClassTimeAxisBreak Settings for breaks on a time axis.
ClassTimeAxisBreakCollection Collection class for TimeAxisBreak objects.
ClassTimeAxisInterval Settings for an interval on a time axis.
ClassTimeAxisIntervalCollection Collection class for TimeAxisInterval objects.
ClassTimeAxisLabelFormat Settings for a label format on a time axis.
ClassTimeAxisLabelFormatCollection Collection class for TimeAxisLabelFormat objects.
ClassTimeXAxis A horizontal axis that uses a DateTime scale.
ClassTooltipContentEventArgsBase  
ClassTRIXIndicator Represents a UltraDataChart TRIX indicator series.
ClassTypicalPriceIndicator Represents a UltraDataChart Typical Price indicator series.
ClassUltimateOscillatorIndicator Represents a UltraDataChart Ultimate Oscillator indicator series.
ClassUltraCategoryChart Represents a chart with an ordinal X-axis and a numeric Y-axis.
ClassUltraDataChart Represents a chart area containing axes, series, an optional legend and other hosted content.
ClassUltraDataLegend Represents data legend that displays information about each series including values and summaries.
ClassUltraDomainChart Represents a base class for all domain charts that can plot scatter data and shapefiles
ClassUltraDoughnutChart Represents concentric circles divided on arcs depending on data.
ClassUltraFunnelChart Represents a funnel chart.
ClassUltraItemLegend Represents a legend that displays an item for each point in the series.
ClassUltraLegend Represents a legend in a UltraDataChart control.
ClassUltraPieChart Represents Infragistics UltraPieChart control.
ClassUltraScaleLegend Represents a legend that indicates the size and the color scale for a collection of series.
ClassUltraXYChart Represents a base class for domain charts with X/Y axes
ClassValueBrushScale Represents a brush scale that uses value-based brush selection.
ClassValueLayer Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor.
ClassValueModeCollection Represents a collection of MarkerType enumerable objects
ClassValueOverlay Represents the class of the value overlay. The value overlay is a line or circle representing a value on an axis.
ClassVerticalAnchoredCategorySeries Represents a vertically laid out category based series.
ClassVerticalStackedSeriesBase Base class for stacked series with a numeric x-axis and a category y-axis.
ClassWaterfallSeries Represents a UltraDataChart waterfall column series.
ClassWeightedCloseIndicator Represents a UltraDataChart Weigted Close indicator series.
ClassWilliamsPercentRIndicator Represents a UltraDataChart Williams %R indicator series.
Delegates
 DelegateDescription
DelegateAssigningCategoryMarkerStyleEventHandler Represents delegate for the AssigningCategoryMarkerStyleEvent
DelegateAssigningCategoryStyleEventHandler Represents delegate for the AssigningCategoryStyleEvent
DelegateAssigningPolarMarkerStyleEventHandler Represents delegate for the AssigningPolarMarkerStyleEvent
DelegateAssigningPolarStyleEventHandler Represents delegate for the AssigningPolarStyleEvent
DelegateAssigningRadialMarkerStyleEventHandler Represents delegate for the AssigningRadialMarkerStyleEvent
DelegateAssigningRadialStyleEventHandler Represents delegate for the AssigningRadialStyleEvent
DelegateAssigningScatterMarkerStyleEventHandler Represents delegate for the AssigningScatterMarkerStyleEvent
DelegateAssigningScatterStyleEventHandler Represents delegate for the AssigningScatterStyleEvent
DelegateAssigningShapeMarkerStyleEventHandler Represents delegate for the AssigningShapeMarkerStyleEvent
DelegateAssigningShapeStyleEventHandler Represents delegate for the AssigningShapeStyleEvent
DelegateAxisFormatLabelHandler  
DelegateCalloutContentUpdatingEventHandler Event handler for updating content of callout layer
DelegateCalloutLabelUpdatingEventHandler Event handler for updating label of callout layer
DelegateCalloutRenderStyleUpdatingEventHandler  
DelegateCalloutSeriesSelectingEventHandler Event handler for selecting series of callout layer
DelegateCalloutStyleUpdatingEventHandler  
DelegateChartSeriesEventHandler Delegate for chart's SeriesAdded and SeriesRemoved events
DelegateChartTooltipContentHandler  
DelegateCursorEventHandler Represents the method that will handle UltraDataChart mouse related events.
DelegateCustomContourValueResolverEventHandler Represents the method that will handle the events of the CustomContourValueResolver.
DelegateDataLegendStyleColumnHandler Represents delegate for styling event
DelegateDataLegendStyleRowHandler Represents delegate for FormatSummaryText event
DelegateDataLegendSummaryHandler Represents delegate for calculating custom summary event
DelegateDomainChartSeriesPointerEventHandler Delegate for chart's mouse events
DelegateDoughnutChartTooltipContentHandler  
DelegateFilterStringErrorsParsingEventHandler Delegate for chart's filter errors event
DelegateFormatLabelHandler Represents delegate for PieChartFormatLabel.
DelegateFunnelChartTooltipContentHandler  
DelegateFunnelSliceClickedEventHandler Event handler for when a funnel slice is clicked.
DelegateFunnelSliceEventHandler Event handler for when a funnel slice is clicked.
DelegateGetCategoryItemsHandler Represents delegate for getting the category items based on indices.
DelegateMouseButtonEventHandler Represents the method that will handle UltraDataChart mouse button related events.
DelegateMouseEventHandler Represents the method that will handle UltraDataChart mouse related events.
DelegatePieChartTooltipContentHandler  
DelegatePlotAreaMouseButtonEventHandler Represents the method that will handle UltraDataChart mouse button related events.
DelegatePlotAreaMouseEventHandler Represents the method that will handle UltraDataChart mouse button related events.
DelegateRefreshCompletedEventHandler Delegate for RefreshCompleted events.
DelegateRenderRequestedEventHandler Delegate for RefreshCompleted events.
DelegateSeriesViewerManipulationEventHandler Delegate for RefreshCompleted events.
Enumerations
 EnumerationDescription
EnumerationActualLegendItemBadgeShape Describes actual shape of legend badge that represents a series in a legend
EnumerationAnnotationAppearanceMode Describes available behaviors for how annotations are distinguished from series.
EnumerationAutoCalloutVisibilityMode Indicates the allowed directions that will be considered to position the callouts near the target points
EnumerationAutoMarginsAndAngleUpdateMode Describes available locations of the axis labels in the chart.
EnumerationAxisAngleLabelMode  
EnumerationAxisLabelsLocation Describes available locations of the axis labels in the chart.
EnumerationAxisOrientation Describes available orientations for an axis.
EnumerationAxisRangeBufferMode Describes available locations of the axis labels in the chart.
EnumerationAxisTitlePosition Describes available positions for axis title in respect to axis labels
EnumerationBrushSelectionMode Describes available behaviors of selecting a brush from a brush collection.
EnumerationCalloutCollisionMode An enum representing the available collision modes of callout layers.
EnumerationCalloutPlacementPositions Indicates the allowed directions that will be considered to position the callouts near the target points
EnumerationCategoryChartType Describes available types of data visualizations in the Category Chart
EnumerationCategoryItemHighlightType Describes available shapes for a category item highlight.
EnumerationCategorySeriesMarkerCollisionAvoidance Describes available methods of collision avoidance of category series' markers.
EnumerationCategoryTooltipLayerPosition Describes available positions on the crossing axis at which the category tooltip can be displayed.
EnumerationCategoryTransitionInMode Describes available transition effects that can applied to initial rendering of a series
EnumerationChartHitTestMode Describes available behaviors for performing hit testing in the chart/map.
EnumerationCollisionAvoidanceType Describes available methods of collision avoidance of series' markers.
EnumerationColorScaleInterpolationMode Describes available modes of interpolation on a color scale.
EnumerationComputedPlotAreaMarginMode Describes available locations of the axis labels in the chart.
EnumerationConsolidatedItemHitTestBehavior Determines the item returned in hit-testing when mousing over an object which represents several consolidated items.
EnumerationConsolidatedItemsPosition Enum used to determine positioning logic for data items which have been consolidated into a single visual element.
EnumerationCrosshairsDisplayMode An enum representing the available display modes of crosshairs lines in the chart.
EnumerationDataTooltipConstraintMode Describes available options for constraining the tooltip to different bounds.
EnumerationDataToolTipLayerPosition Describes available positions on the crossing axis at which the category tooltip can be displayed.
EnumerationDomainType An enum representing the available types of domain charts.
EnumerationEnableErrorBars Describes available types for enabling error bars
EnumerationFinalValueSelectionMode Gets or sets how to select the final value to annotate.
EnumerationFunnelSliceDisplay Describes available behaviors for displaying height of the funnel slices.
EnumerationGridMode Describes available modes of displaying elements in the chart grid, such as gridlines.
EnumerationHighlightingMode Describes available behaviors for series highlighting depending on distance of mouse on hover operation.
EnumerationIndicatorDisplayType Describes available display types for financial indicators.
EnumerationLabelsPosition Describes available positions of labels.
EnumerationLeaderLineType Describes available types of a callout line for the labels.
EnumerationLegendEmptyValuesMode Describes available modes for displaying empty values in chart legend.
EnumerationLegendHighlightingMode Describes the highlighting mode to use for the series in the chart.
EnumerationMarkerAutomaticBehavior Describes mode for selecting marker type when the series marker type is set to automatic.
EnumerationMarkerFillMode Describes available locations of the axis labels in the chart.
EnumerationMarkerOutlineMode Describes available locations of the axis labels in the chart.
EnumerationMarkerType Describes available types of marker than can be displayed by default by series with markers.
EnumerationModifierKeys  
EnumerationNumericScaleMode Describes available scaling behaviors of a numeric axis.
EnumerationOthersCategoryType Describes available behaviors for calculating and grouping slices into the Others slice.
EnumerationOuterLabelAlignment Describes available types of alignment used by the outer labels of the funnel chart.
EnumerationPriceDisplayType Describes available display types of financial price series.
EnumerationScatterItemSearchMode Describes available modes for searching for items in the scatter series.
EnumerationSeriesHighlightedValuesDisplayMode  
EnumerationSeriesHighlightingBehavior Describes the highlighting mode to use for the series in the chart.
EnumerationSeriesHighlightingMode Describes the highlighting mode to use for the series in the chart.
EnumerationSeriesHitTestMode Describes available behaviors for performing hit testing in the chart/map.
EnumerationSeriesOutlineMode Describes available locations of the axis labels in the chart.
EnumerationSeriesPlotAreaMarginHorizontalMode Describes available locations of the axis labels in the chart.
EnumerationSeriesPlotAreaMarginVerticalMode Describes available locations of the axis labels in the chart.
EnumerationSeriesViewerHorizontalScrollbarPosition Describes the scrollbar mode to use for the series viewer.
EnumerationSeriesViewerScrollbarMode Describes the scrollbar mode to use for the series viewer.
EnumerationSeriesViewerVerticalScrollbarPosition Describes the scrollbar mode to use for the series viewer.
EnumerationSeriesVisibleRangeMode Describes available locations of the axis labels in the chart.
EnumerationShapeItemSearchMode Describes available modes for searching for items in the shape series.
EnumerationSliceSelectionMode Describes available modes for selecting slices.
EnumerationSplineType Describes available types of Spline calculations.
EnumerationTimeAxisDisplayType Describes available behaviors for displaying of gridlines, tickmarks, and labels on a time axis.
EnumerationTimeAxisIntervalType Enum representing a unit of time.
EnumerationTimeAxisLabellingMode Enum representing a unit of time.
EnumerationToolTipType An enum representing the available tooltip types to display in the chart.
EnumerationTransitionInSpeedType Describes available types of speeds used when transitioning in a series.
EnumerationTransitionOutSpeedType Describes available types of speeds used when transitioning in a series.
EnumerationValueLayerValueMode Describes available behaviors for the ValueOverlay.
EnumerationWindowResponse Describes available types of UI response to user panning and zooming operations.
EnumerationXAxisLabelLocation Describes available locations of the x-axis labels in the chart.
EnumerationYAxisLabelLocation Describes available locations of the y-axis labels in the chart.
EnumerationZoomCoercionMode Describes available locations of the axis labels in the chart.
See Also