Class | Description | |
---|---|---|
AbsoluteVolumeOscillatorIndicator | Represents a XamDataChart Absolute Volume Oscillator indicator series. | |
AccumulationDistributionIndicator | Represents a XamDataChart Accumulation/Distribution indicator series. | |
AnchoredCategorySeries | Represents the base class for all XamDataChart anchored category/value series. | |
AnchoredRadialSeries | Represents the base class for all XamDataChart anchored radial category series. | |
AnnotationLayer | 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. | |
AreaSeries | Represents a XamDataChart area series.
Displays trend over time or ordered categories. Useful when there are many data points and the order is important. | |
AssigningCategoryMarkerStyleEventArgs | Represents event arguments class for the AssigningCategoryStyleEvent | |
AssigningCategoryStyleEventArgsBase | Represents event arguments base class for the AssigningCategoryStyleEventArgsBase | |
AverageDirectionalIndexIndicator | Represents a XamDataChart Average Directional indicator series. | |
AverageTrueRangeIndicator | Represents a XamDataChart Average True Range indicator series. | |
Axis | Represents the base class from which all axis types are derived. | |
AxisAnnotation | Represents an axis annotation | |
AxisAnnotationCollection | ||
AxisCollection | Represents an observable collection of Axis objects. | |
AxisFormatLabelEventArgs | EventArgs class for axis FormatLabel events. | |
BarSeries | Represents a XamDataChart bar series. | |
BollingerBandsOverlay | Represents a XamDataChart Bollinger Bands financial overlay series. | |
BollingerBandWidthIndicator | Represents a XamDataChart Bollinger Bandwidth indicator series. | |
BrushScale | Represents a base class for brush scales. | |
BubbleSeries | Represents a XamDataChart bubble series. | |
CalloutAnnotation | Represents a callout annotation | |
CalloutAnnotationCollection | Represents a collection of callout annotations | |
CalloutContentUpdatingEventArgs | Represents event arguments for updating content of callout layer | |
CalloutLabelUpdatingEventArgs | Represents event arguments for updating label of callout layer | |
CalloutLayer | Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor. | |
CalloutSeriesSelectingEventArgs | Represents event arguments for selecting callout layer | |
CalloutStyleUpdatingEventArgs | ||
CategoryAngleAxis | Represents a XamDataChart category angle axis. Useful for displaying radial categories. | |
CategoryAxisBase | Represents the base class for all XamDataChart category-based axes. | |
CategoryDateTimeXAxis | Represents a category-based horizontal X axis that uses a DateTime scale. | |
CategoryHighlightLayer | 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. | |
CategoryItemHighlightLayer | 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. | |
CategorySeries | Represents the base class for XamDataChart category series. | |
CategoryToolTipLayer | Represents an annotation layer that displays grouped tooltips for series that use a category axis. | |
CategoryXAxis | Represents a XamDataChart category X axis. | |
CategoryYAxis | Represents a XamDataChart category Y axis. | |
ChaikinOscillatorIndicator | Represents the XamDataChart Chaikin Oscillator indicator series. | |
ChaikinVolatilityIndicator | Represents a XamDataChart Chaikin Volatility indicator series. | |
ChartSeriesEventArgs | Represents event arguments for chart's SeriesAdded and SeriesRemoved events | |
ColumnSeries | Represents a XamDataChart 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. | |
CommodityChannelIndexIndicator | Represents a XamDataChart Commodity Channel Index indicator series. | |
CrosshairLayer | Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor. | |
CustomIndicator | Represents a XamDataChart Custom Indicator series.
The indicator value is calculated in the user specified Indicator event handler. | |
CustomPaletteBrushScale | Represents a brush scale that uses index-based brush selection mode. | |
DetrendedPriceOscillatorIndicator | Represents a XamDataChart Detrended Price Oscillator indicator series. | |
DomainChartSeriesPointerEventArgs | Represents event arguments for chart's SeriesAdded and SeriesRemoved events | |
EaseOfMovementIndicator | Represents a XamDataChart Ease of Movement indicator series. | |
FastStochasticOscillatorIndicator | Represents a XamDataChart Fast Stochastic Oscillator indicator series. | |
FinalValueLayer | Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor. | |
FinancialIndicator | Represents the base functionality for a XamDataChart financial indicator series. | |
FinancialLegend | Represents a legend that displays information about each series, most often used in financial charting. | |
FinancialOverlay | Represents the base functionality for a XamDataChart financial overlay series. | |
FinancialPriceSeries | Represents a XamDataChart financial price series that renders as Candlestick or OHLC representations. | |
FinancialSeries | Represents the base class for all financial indicator and overlay series. | |
ForceIndexIndicator | Represents a XamDataChart Force Index indicator series. | |
FullStochasticOscillatorIndicator | Represents a XamDataChart Full Stochastic Oscillator indicator series. | |
FunnelDataContext | Represents contextual data for the funnel chart. | |
FunnelSliceClickedEventArgs | Information about the clicked slice. | |
FunnelSliceDataContext | Represents the funnel slice data currently in context. | |
HighlightingInfo | Contains contextual information about a highlighting. | |
HorizontalAnchoredCategorySeries | Base class for anchored category series with a category x-axis and a numeric y-axis. | |
HorizontalRangeCategorySeries | Base class for ranged category series with a category X-axis and a numeric Y-axis. | |
HorizontalStackedSeriesBase | Base class for stacked series with a category x-axis and a numeric y-axis. | |
IndexCollection | Represents a collection of distinct integers. | |
IndexCollectionConverter | TypeConverter class which creates an IndexCollection from a space-delimited list of integers. | |
ItemLegend | Represents a legend that displays an item for each point in the series. | |
ItemToolTipLayer | Represents an annotation layer that displays tooltips for all target series individually. | |
ItemwiseStrategyBasedIndicator | Financial indicator base class for doing calculating an itemwize indicator. | |
Legend | Represents a legend in a XamDataChart control. | |
LegendBase | Represents the base class for a legend in XamDataChart. | |
LineSeries | Represents a XamDataChart line series.
Displays trend over time or ordered categories. Useful when there are many data points and the order is important. | |
MarkerSeries | Represents the base class for series containing markers. | |
MarkerTypeCollection | Represents a collection of MarkerType enumerable objects | |
MarkerTypeCollectionConverter | TypeConverter class which creates a MarkerTypeCollection from a space delimited list of MarkerTypes. | |
MarketFacilitationIndexIndicator | Represents a XamDataChart Market Facilitation Index indicator series. | |
MassIndexIndicator | Represents a XamDataChart Mass Index indicator series. | |
MedianPriceIndicator | Represents a XamDataChart Median Price indicator series. | |
MoneyFlowIndexIndicator | Represents a XamDataChart Money Flow Index indicator series. | |
MovingAverageConvergenceDivergenceIndicator | Represents a XamDataChart Moving Average Convergence/Divergence (MACD) indicator series. | |
NegativeVolumeIndexIndicator | Represents a XamDataChart Negative Volume Index indicator (NVI) series. | |
NumericAngleAxis | Represents a XamDataChart angle based axis for polar series. | |
NumericAxisBase | Represents the base class for all XamDataChart numeric axes. | |
NumericRadiusAxis | Represents a XamDataChart radius axis for polar and radial series. | |
NumericXAxis | Represents a XamDataChart numeric X axis. | |
NumericYAxis | Represents a XamDataChart numeric Y axis. | |
OnBalanceVolumeIndicator | Represents a XamDataChart On Balance Bolume indicator series. | |
OrdinalTimeXAxis | A horizontal axis that uses an ordinal DateTime scale. | |
PercentagePriceOscillatorIndicator | Represents a XamDataChart percentage price oscillator series. | |
PercentageVolumeOscillatorIndicator | Represents a XamDataChart Percentage Volume Oscillator (PVO) series. | |
PercentChangeYAxis | A horizontal axis that uses a DateTime scale. | |
PieChartBase | Represents the base class for the pie chart. | |
PieChartFormatLabelEventArgs | Represents event arguments for PieChartFormatLabel. | |
PieSliceDataContext | DataContext for a pie slice. | |
PieSliceOthersContext | Represents the selected data contained inside the Others slice. | |
PointSeries | Represents a XamDataChart point series. | |
PolarAreaSeries | Represents a XamDataChart polar area series. | |
PolarBase | Represents the base class from which all XamDataChart polar series are derived. | |
PolarLineSeries | Represents a XamDataChart polar line series. | |
PolarLineSeriesBase | Represents the base class from which all XamDataChart polar line series are derived. | |
PolarScatterSeries | Represents a XamDataChart polar scatter series. | |
PolarSplineAreaSeries | Represents a XamDataChart polar spline area series. | |
PolarSplineSeries | Represents a XamDataChart polar spline series. | |
PositiveVolumeIndexIndicator | Represents a XamDataChart Positive Volume Index (PVI) indicator series. | |
PriceChannelOverlay | Represents a XamDataChart Financial Price Channel Overlay series. | |
PriceVolumeTrendIndicator | Represents a XamDataChart Price Volume Trend Indicator series. | |
RadialAreaSeries | Represents a XamDataChart radial area series. | |
RadialBase | Represents the base class for all XamDataChart radial series | |
RadialColumnSeries | Represents a XamDataChart radial column series. Compare values across categories by using radial rectangles. | |
RadialLineSeries | Represents a XamDataChart radial line series. | |
RadialPieSeries | Represents a XamDataChart radial pie series. Compare values across categories by using radial pie slices. | |
RangeAreaSeries | Represents a XamDataChart range area series. | |
RangeCategorySeries | Represents the base class for all XamDataChart ranged category/value series. | |
RangeColumnSeries | Represents a XamDataChart range column series. | |
RateOfChangeAndMomentumIndicator | Represents a XamDataChart Rate of Change and Momentum indicator series. | |
RelativeStrengthIndexIndicator | Represents a XamDataChart Relative Strength Index indicator series. | |
RenderRequestedEventArgs | EventArgs class for RenderRequested events. | |
RingSeries | Represents one ring in XamDoughnutChart series. | |
RingSeriesBase | Represents a XamDoughnutChart base series. | |
RingSeriesCollection | Represents an observable collection of RingSeriesBases objects. | |
ScaleLegend | Represents a legend that indicates the size and the color scale for a collection of series. | |
ScalerParams | Class containing several properties which are used as parameters passed to scaling operations in a SeriesViewer. | |
ScatterBase | Represents the base class for all XamDataChart scatter series | |
ScatterLineSeries | Represents a XamDataChart scatter line series | |
ScatterSeries | Represents a XamDataChart scatter series | |
ScatterSplineSeries | Represents a XamDataChart scatter spline series | |
Series | Represents the base class for all XamDataChart series. | |
SeriesCollection | Represents an observable collection of XamDataChart series objects. | |
SeriesViewer | Represents a control for viewing series objects. | |
SizeScale | Represents a scale that is used determine an object's size. | |
SliceClickEventArgs | Contains PieChart click event data. | |
SlowStochasticOscillatorIndicator | Represents a XamDataChart Slow Stochastic Oscillator indicator series. | |
SplineAreaSeries | Represents a XamDataChart spline area series. | |
SplineSeries | Represents a XamDataChart spline series. | |
SplineSeriesBase | Represents the base class for all XamDataChart spline series. | |
Stacked100AreaSeries | Represents a stacked area series, where values are presented as percentages of the total. | |
Stacked100BarSeries | Represents a XamDataChart stacked100 bar series. | |
Stacked100ColumnSeries | Represents a XamDataChart stacked100 column series. | |
Stacked100LineSeries | Represents a XamDataChart stacked100 line series. | |
Stacked100SplineAreaSeries | Represents a XamDataChart stacked100 spline area series. | |
Stacked100SplineSeries | Represents a XamDataChart stacked100 spline series. | |
StackedAreaSeries | Represents a XamDataChart stacked area series. | |
StackedBarSeries | Represents a XamDataChart stacked bar series. | |
StackedColumnSeries | Represents a XamDataChart stacked column series. | |
StackedFragmentSeries | Represents a non-visual child of StackedSeriesBase. | |
StackedLineSeries | Represents a stacked series, where the points in each series are connected with a line. | |
StackedSeriesBase | Represents a base class for stacked series. | |
StackedSeriesCollection | Represents a collection of StackedFragmentSeries used by XamDataChart stacked series. | |
StackedSplineAreaSeries | Represents a XamDataChart stacked spline area series. | |
StackedSplineSeries | Represents a XamDataChart stacked spline series. | |
StandardDeviationIndicator | Represents a XamDataChart Standard Deviation indicator series. | |
StepAreaSeries | Represents a XamDataChart step area series. | |
StepLineSeries | Represents a XamDataChart step line series. | |
StochRSIIndicator | Represents a XamDataChart StochRSI indicator series. | |
StraightNumericAxisBase | Defines a set of basic methods and properties used to create a StraightNumeric axis. | |
StrategyBasedIndicator | 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. | |
TimeAxisBase | Represents an category-based horizontal X axis that uses a DateTime scale. | |
TimeAxisBreak | Settings for breaks on a time axis. | |
TimeAxisBreakCollection | Collection class for TimeAxisBreak objects. | |
TimeAxisInterval | Settings for an interval on a time axis. | |
TimeAxisIntervalCollection | Collection class for TimeAxisInterval objects. | |
TimeAxisLabelFormat | Settings for a label format on a time axis. | |
TimeAxisLabelFormatCollection | Collection class for TimeAxisLabelFormat objects. | |
TRIXIndicator | Represents a XamDataChart TRIX indicator series. | |
TypicalPriceIndicator | Represents a XamDataChart Typical Price indicator series. | |
UltimateOscillatorIndicator | Represents a XamDataChart Ultimate Oscillator indicator series. | |
ValueBrushScale | Represents a brush scale that uses value-based brush selection. | |
VerticalAnchoredCategorySeries | Represents a vertically laid out category based series. | |
VerticalStackedSeriesBase | Base class for stacked series with a numeric x-axis and a category y-axis. | |
WaterfallSeries | Represents a XamDataChart waterfall column series. | |
WeightedCloseIndicator | Represents a XamDataChart Weigted Close indicator series. | |
WilliamsPercentRIndicator | Represents a XamDataChart Williams %R indicator series. | |
XamCategoryChart | Represents a chart with an ordinal X-axis and a numeric Y-axis. | |
XamDataChart | Represents a chart area containing axes, series, an optional legend and other hosted content. | |
XamDomainChart | Represents a base class for all domain charts that can plot scatter data and shapefiles | |
XamDoughnutChart | Represents concentric circles divided on arcs depending on data. | |
XamFunnelChart | Represents a funnel chart. | |
XamPieChart | Represents Infragistics XamPieChart control. | |
XamXYChart | Represents a base class for domain charts with X/Y axes |
Delegate | Description | |
---|---|---|
AssigningCategoryMarkerStyleEventHandler | Represents delegate for the AssigningCategoryMarkerStyleEvent | |
AssigningCategoryStyleEventHandler | Represents delegate for the AssigningCategoryStyleEvent | |
AxisFormatLabelEventHandler | Delegate for axis FormatLabel events. | |
CalloutContentUpdatingEventHandler | Event handler for updating content of callout layer | |
CalloutLabelUpdatingEventHandler | Event handler for updating label of callout layer | |
CalloutSeriesSelectingEventHandler | Event handler for selecting series of callout layer | |
CalloutStyleUpdatingEventHandler | ||
ChartSeriesEventHandler | Delegate for chart's SeriesAdded and SeriesRemoved events | |
DataChartCursorEventHandler | Represents the method that will handle XamDataChart mouse related events. | |
DataChartMouseEventHandler | Represents the method that will handle XamDataChart mouse related events. | |
DomainChartSeriesPointerEventHandler | Delegate for chart's mouse events | |
FunnelSliceClickedEventHandler | Event handler for when a funnel slice is clicked. | |
GetCategoryItemsHandler | Represents delegate for getting the category items based on indices. | |
GetGroupCenterHandler | Delegate for locating the center of a group on an axis. | |
GetUnscaledGroupCenterHandler | Delegate for locating the unscaled center of a group on an axis. | |
PieChartFormatLabelEventHandler | Represents delegate for PieChartFormatLabel. | |
RefreshCompletedEventHandler | Delegate for RefreshCompleted events. |
Enumeration | Description | |
---|---|---|
AxisExtentType | Enumeration that determines whether the axis extent measures in pixels or percentage. | |
AxisLabelsLocation | Describes available locations of the axis labels in the chart. | |
AxisTitlePosition | Describes available positions for axis title in respect to axis labels | |
BrushSelectionMode | Describes available behaviors of selecting a brush from a brush collection. | |
CalloutCollisionMode | An enum representing the available collision modes of callout layers. | |
CategoryChartType | Describes available types of data visualizations in the Category Chart | |
CategoryItemHighlightType | Describes available shapes for a category item highlight. | |
CategorySeriesMarkerCollisionAvoidance | Describes available methods of collision avoidance of category series' markers. | |
CategoryTooltipLayerPosition | Describes available positions on the crossing axis at which the category tooltip can be displayed. | |
CategoryTransitionInMode | Describes available transition effects that can applied to initial rendering of a series | |
ChartHitTestMode | Describes available behaviors for performing hit testing in the chart/map. | |
CollisionAvoidanceType | Describes available methods of collision avoidance of series' markers. | |
ConsolidatedItemHitTestBehavior | Determines the item returned in hit-testing when mousing over an object which represents several consolidated items. | |
ConsolidatedItemsPosition | Enum used to determine positioning logic for data items which have been consolidated into a single visual element. | |
CrosshairsDisplayMode | An enum representing the available display modes of crosshairs lines in the chart. | |
FinalValueSelectionMode | Describes available positions on the crossing axis at which the category tooltip can be displayed. | |
FunnelSliceDisplay | Describes available behaviors for displaying height of the funnel slices. | |
GridMode | Describes available modes of displaying elements in the chart grid, such as gridlines. | |
HighlightingState | Describes available highlighting states | |
IndicatorDisplayType | Describes available display types for financial indicators. | |
LabelsPosition | Describes available positions of labels. | |
LeaderLineType | Describes available types of a callout line for the labels. | |
MarkerType | Describes available types of marker than can be displayed by default by series with markers. | |
NumericScaleMode | Describes available scaling behaviors of a numeric axis. | |
OthersCategoryType | Describes available behaviors for calculating and grouping slices into the Others slice. | |
OuterLabelAlignment | Describes available types of alignment used by the outer labels of the funnel chart. | |
PriceDisplayType | Describes available display types of financial price series. | |
SeriesHitTestMode | Describes available behaviors for performing hit testing in the chart/map. | |
SliceSelectionMode | Describes available modes for selecting slices. | |
SplineType | Describes available types of Spline calculations. | |
TimeAxisDisplayType | Describes available behaviors for displaying of gridlines, tickmarks, and labels on a time axis. | |
TimeAxisIntervalType | Enum representing a unit of time. | |
ToolTipType | An enum representing the available tooltip types to display in the chart. | |
TransitionInSpeedType | Describes available types of speeds used when transitioning in a series. | |
ViewerSurfaceUsage | Enumeration of options for the usage of the surface. | |
WindowResponse | Describes available types of UI response to user panning and zooming operations. |