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. | |
AngleAxisLabelPanel | Represents the panel control, containing angle axis labels. | |
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. | |
Arc | Represents Infragistics Arc control. | |
ArcItem | Represents data for Arc element in the chart | |
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 | |
AssigningPolarMarkerStyleEventArgs | Represents event arguments class for the AssigningPolarStyleEvent | |
AssigningPolarStyleEventArgsBase | Represents event arguments base class for the AssigningCategoryStyleEventArgsBase | |
AssigningRadialMarkerStyleEventArgs | Represents event arguments class for the AssigningRadialStyleEvent | |
AssigningRadialStyleEventArgsBase | Represents event arguments base class for the AssigningCategoryStyleEventArgsBase | |
AssigningScatterMarkerStyleEventArgs | Represents event arguments class for the AssigningScatterStyleEvent | |
AssigningScatterStyleEventArgsBase | Represents event arguments base class for the AssigningCategoryStyleEventArgsBase | |
AssigningSeriesStyleEventArgsBase | Represents event arguments base class for the AssigningCategoryStyleEventArgsBase | |
AssigningShapeMarkerStyleEventArgs | Represents event arguments class for the AssigningShapeStyleEvent | |
AssigningShapeStyleEventArgsBase | 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 | ||
AxisAnnotationFrame | ||
AxisCollection | Represents an observable collection of Axis objects. | |
AxisDefaults | Defines default values for axis that can be easily referenced across all platforms | |
AxisLabelPanelBase | Base class for creating an axis label panel. | |
AxisLabelPanelBaseView | Defines the view class of an axis label panel. | |
AxisLabelSettings | Represents the class for the axis labels settings and behaviors. | |
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. | |
CalculatedColumn | Represents a column that is calculated based on the values of other columns. | |
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. | |
CalloutLayerView | Represents a view for the CalloutLayer | |
CalloutPlacementPositionsCollection | Represents a collection of CalloutPlacementPositions enumerable objects | |
CalloutRenderStyleUpdatingEventArgs | ||
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. | |
CategoryChartMockDataItem | Represents data item used to mock data source for category chart | |
CategoryDateTimeXAxis | Represents a category-based horizontal X axis that uses a DateTime scale. | |
CategoryErrorBarSettings | Represents the class for the category error bar settings | |
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. | |
CategorySeriesRenderManager | ||
CategoryToolTipLayer | Represents an annotation layer that displays grouped tooltips for series that use a category axis. | |
CategoryToolTipLayerView | Represents a view for the CategoryToolTipLayer | |
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. | |
ChartGroupDescription | 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. | |
ChartGroupDescriptionCollection | Represents a collection of grouping elements that are applied to a data source or provider. | |
ChartSelectedItemCollection | Represents an observable collection of XamDataChart series objects. | |
ChartSelection | Represents a selected item within the chart. This should be treated as immutable while in the selected items collection. Changes while part of the collection will not be respected. | |
ChartSeriesEventArgs | Represents event arguments for chart's SeriesAdded and SeriesRemoved events | |
ChartSortDescription | 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. | |
ChartSortDescriptionCollection | Represents a collection of sort elements that are applied to a data source or provider. | |
ChartSummaryDescription | 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. | |
ChartSummaryDescriptionCollection | ||
ColorCollectionConverter | TypeConverter class used for converting space-delimited lists of strings to ColorCollections. | |
ColorScale | Base class for classes which provide colors corresponding to numeric values within a known list of numeric values. | |
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. | |
ColumnSupportingCalculation | Represents a calculation strategy that takes in a column of values and returns a resulting column of values. | |
CommodityChannelIndexIndicator | Represents a XamDataChart Commodity Channel Index indicator series. | |
ConditionalStyleRule | Base for classes capable of applying a given style based on a conditional evaluation. | |
ConditionalStyleSelector | StyleSelector class which selects a style based on a list of ConditionalStyleRule objects. | |
ContourValueResolver | Class used to determine the numeric values of contour lines, given a larger list of numeric values. | |
CrosshairLayer | Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor. | |
CrosshairLayerView | Represents a view for the CrosshairLayer | |
CustomContourValueResolver | ContourValueResolver class which fires an event to resolve the contour values. | |
CustomContourValueResolverEventArgs | Provides data for GetCustomContourValues event. | |
CustomIndicator | Represents a XamDataChart Custom Indicator series.
The indicator value is calculated in the user specified Indicator event handler. | |
CustomIndicatorStrategy | Represents the strategy for calculating a custom indicator series. | |
CustomPaletteBrushScale | Represents a brush scale that uses index-based brush selection mode. | |
CustomPaletteColorScale | ColorScale class for selecting a color from a given palette, or interpolating between adjacent colors in that palette. | |
DataLegendSeriesGroupInfo | Represent info about series values | |
DataLegendStylingColumnEventArgs | Represents styling event args for a column in data legend | |
DataLegendStylingRowEventArgs | Represents styling event args for a row in data legend | |
DataLegendSummaryEventArgs | Represents event argument for DataLegendSummaryCalculationCustom | |
DataSourceSupportingCalculation | Represents a calculation strategy that uses the calculation data source to product a column of values. | |
DataToolTipLayer | Represents an annotation layer that displays grouped tooltips with summaries for series. | |
DataToolTipLayerView | Represents a view for the CategoryToolTipLayer | |
DefaultFlattener | Represents the default flattener class. | |
Defaults | Defines default values for series that can be easily referenced across all platforms | |
DetrendedPriceOscillatorIndicator | Represents a XamDataChart Detrended Price Oscillator indicator series. | |
DomainChartPlotAreaPointerEventArgs | Represents event arguments for chart's SeriesAdded and SeriesRemoved events | |
DomainChartSeriesPointerEventArgs | Represents event arguments for chart's SeriesAdded and SeriesRemoved events | |
DoubleCollectionDuplicator | Used to create duplicates of DoubleCollection instances. | |
EaseOfMovementIndicator | Represents a XamDataChart Ease of Movement indicator series. | |
EnumCollectionConverter<TEnum,TCollection> | Represents type converter for converting collection of enumerable objects | |
EqualToConditionalStyleRule | Rule class used for applying conditional styling for objects which pass an equality comparison. | |
ErrorBarSettingsBase | Represents the base class for error bar settings | |
FastStochasticOscillatorIndicator | Represents a XamDataChart Fast Stochastic Oscillator indicator series. | |
FilterStringErrorsParsingEventArgs | Represents event arguments for when there are errors parsing the filter string | |
FinalValueLayer | Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor. | |
FinalValueLayerView | Represents a view for the FinalValueLayer | |
FinancialCalculationDataSource | Represents the data contract between a financial series and the decoupled calculation responsibilities which implement its mathmatical logic. | |
FinancialCalculationSupportingCalculations | Represents a contract between the financial series and the calculation strategies detailing the supporting calculation strategies that the financial series will provide in order for the indicator calculations to be performed. | |
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. | |
Frame | Represents a static frame or animation frame in an animatable visual element. | |
FrameExtended | Extended static functions for frames. | |
FullStochasticOscillatorIndicator | Represents a XamDataChart Full Stochastic Oscillator indicator series. | |
FunnelDataContext | Represents contextual data for the funnel chart. | |
FunnelSliceClickedEventArgs | Information about the clicked slice. | |
FunnelSliceEventArgs | Information about the clicked slice. | |
HierarchicalRingSeries | Represents a XamDoughnutChart hierarchical series. | |
HighDensityScatterSeries | Represents a XamDataChart series where a high volume of scatter points can be displayed. | |
HorizontalAnchoredCategorySeries | Base class for anchored category series with a category x-axis and a numeric y-axis. | |
HorizontalAxisLabelPanel | Represents a panel control, containing horizontal axis labels. | |
HorizontalAxisLabelPanelBase | Represents the base class for horizontal axis label panels. | |
HorizontalLinearScaler | Represents a horizontally oriented linear scaler. | |
HorizontalLogarithmicScaler | Represents a horizontally oriented logarithmic scaler. | |
HorizontalRangeCategorySeries | Base class for ranged category series with a category X-axis and a numeric Y-axis. | |
HorizontalSmartAxisLabelPanel | The SmartAxisLabelPanel class is an axis label panel that automatically lays out its labels in a way that prevents collisions. This axis panel also provides ways to customize various label attributes, such as angle, font, font size, margins, etc. | |
HorizontalStackedSeriesBase | Base class for stacked series with a category x-axis and a numeric y-axis. | |
IgQueue<T> | ||
IndexCollection | Represents a collection of distinct integers. | |
IndexCollectionTypeConverter | Converts XAML-based string to a collection of integers. | |
IndicatorCalculationStrategy | Represents a decoupled strategy for calculating a financial indicator from data provided by a financial series. | |
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. | |
ItemToolTipLayerView | Represents a view for the ItemToolTipLayer | |
ItemwiseIndicatorCalculationStrategy | Represents a decoupled strategy for calculating a financial indicator from data provided by a financial series. Will be called seperately for each item. | |
ItemwiseStrategyBasedIndicator | Financial indicator base class for doing calculating an itemwize indicator. | |
ItemwiseStrategyCalculationStrategy | Indicator calculation strategy that handles applying an itemwise strategy to the indicator values that are requested to be calculated. | |
Legend | Represents a legend in a XamDataChart control. | |
LegendBase | Represents the base class for a legend in XamDataChart. | |
LegendTemplatesDictionary | Represents a resource dictionary with legend templates defined in \themes\LegendTemplates.xaml | |
LinearContourValueResolver | ContourValueResolver class which resolves contour lines to be distributed at linear intervals from the data minimum to the data maximum. | |
LinearScaler | Represents a linear numeric axis scaler. | |
LinearTickmarkValues | Represents a set of linear tickmarks. | |
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. | |
LogarithmicScaler | Represents a logarithmic numeric scaler. | |
LogarithmicTickmarkValues | Represents a set of logarithmic tickmarks. | |
Marker | Represents a datapoint marker in a XamDataChart control. | |
MarkerManagerBase | Base class for managing markers for a data series. | |
MarkerSeries | Represents the base class for series containing markers. | |
MarkerTypeCollection | Represents a collection of MarkerType enumerable objects | |
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. | |
NumericScaler | Represents a numeric axis scaler. | |
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. | |
OthersCategoryContext | ||
PaletteConverter | Represents a Palette Converter which converts a list of colors to a gradient brush. | |
PathRenderingInfo | Rendering information for path elements. | |
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. | |
PieChartMockDataItem | ||
PieSliceOthersContext | Represents the selected data contained inside the Others slice. | |
PointerTooltip | Represents a control for displaying tooltip content with a point tail to indicate a precise location being annotated. | |
PointList | A list of points. | |
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. | |
PolarSeriesRenderManager | ||
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. | |
ProgressiveLoadStatusEventArgs | Provides information about the progressive load progress of the HighDensityScatterSeries. | |
PropertyValueConditionalStyleRule | Base class for conditional style rules based around the value of one named property. | |
ProportionalCategoryAngleAxis | Represents a XamDataChart category angle axis. Useful for displaying radial categories. | |
ProportionalRadialLabelContext | ||
RadialAreaSeries | Represents a XamDataChart radial area series. | |
RadialAxisLabelPanel | Represents a panel control, containing radial axis labels. | |
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. | |
RadialSeriesRenderManager | ||
RandomFillStyleSelector | StyleSelector class which assigns Styles at random with a random brush assigned to the Fill property. | |
RandomSelectStyleSelector | StyleSelector class which assigns Styles at random, picked from a list of Styles. | |
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. | |
RenderSurface | Represents a target for a render operation. | |
Ring | Represents data for RingControl element. | |
RingCollection | Represents an observable collection of Rings objects. | |
RingControl | Represents visual control for ring in the chart. | |
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. | |
ScatterAreaSeries | Series class which draws a colored 2D surface based on a triangulation of XY data with numeric values assigned to each point. | |
ScatterAreaSeriesView | View class for ScatterAreaSeries. | |
ScatterBase | Represents the base class for all XamDataChart scatter series | |
ScatterContourSeries | Series class for rendering isarithmic contours based on a triangulation of X+Y+Value points in the ItemsSource. | |
ScatterControlSeries | Series class which renders polygons as Controls based on lists of points in the ItemsSource. | |
ScatterControlSeriesView | View class for ScatterControlSeries. | |
ScatterErrorBarSettings | Represents the class for the scatter error bar settings | |
ScatterLineSeries | Represents a XamDataChart scatter line series | |
ScatterPolygonSeries | Series class which renders polygons as Paths based on lists of points in the ItemsSource. | |
ScatterPolygonSeriesView | View class for ScatterPolygonSeries. | |
ScatterPolylineSeries | Series class used for displaying multiple polylines for datasources which contain multiple lists of points. | |
ScatterPolylineSeriesView | View class for ScatterPolylineSeries. | |
ScatterSeries | Represents a XamDataChart scatter series | |
ScatterSeriesRenderManager | ||
ScatterSplineSeries | Represents a XamDataChart scatter spline series | |
ScatterTriangulationSeries | Base class for series which triangulate XY data prior to rendering. | |
Series | Represents the base class for all XamDataChart series. | |
SeriesCollection | Represents an observable collection of XamDataChart series objects. | |
SeriesFocusHighlightingManager | Class for managing highlighting operations. | |
SeriesHighlightingManager | Class for managing highlighting operations. | |
SeriesLayer | Represents an axis annotation | |
SeriesLayerCollection | ||
SeriesLayerPropertyOverlay | Represents an axis annotation | |
SeriesLayerPropertyOverlayCollection | ||
SeriesMatcher | ||
SeriesSelectionHighlightingManager | Class for managing highlighting operations. | |
SeriesView | Represents the platform specific portion of a series. | |
ShapeControl | Control class for hosting Path shapes so that they support control styling, e.g. the VisualStateManager. Used mainly for ScatterControlSeries. | |
ShapeSeriesBase | Series class for rendering polygons. | |
ShapeSeriesRenderManager | ||
ShapeSeriesViewBase | Base class for views of ShapeSeries. | |
SizeScale | Represents a scale that is used determine an object's size. | |
Slice | Represents a content control that holds a single chart slice. | |
SliceAppearance | Stores information about how a funnel slice should be rendered. | |
SliceCollection | Represents an observable collection of SliceItems objects. | |
SliceItem | Represents data of Slice element | |
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. | |
StreamingIndicatorCalculationStrategy | Implementers of IStreamingIndicatorCalculationStrategy must be able to provide an enumeration of calculated values rather that filling the IndicatorColumn directly. | |
StringToVisibilityConverter | Represents a convert that converts a string to Visibility enum | |
StyleVisibilityConverter | Represents stylevVisibility converter | |
SupportingCalculation<TCalculationStrategy> | Represents a supporting calculation strategy. | |
SyncLink | SyncLink class. | |
SyncManager | SyncManager helps to manage SyncSettings of the SeriesViewer control. | |
SyncSettings | Represents the synchronization settings for a chart including which synchronization channel it is part of. | |
SyncSettingsConverter | Conveniently converts a string value into some default SyncSettings. | |
TickmarkValues | Represents a set of methods and properties used to create tickmark values. | |
TickmarkValuesInitializationParameters | Represents a set of properties used to create axis tickmarks. | |
TileZoomInfo | Class containing contextual information related to a tile zoom operation. | |
TileZoomManager | Class for the management of zoom tiles. | |
TileZoomTile | A tile in a TileZoomManager. | |
TileZoomTileCache | Cache for tiles in a TileZoomManager. | |
TileZoomTileInfo | Class containing contextual information about a tile in a zoom operation. | |
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. | |
TimeXAxis | A horizontal axis that uses a DateTime scale. | |
TitleSettings | Represents the class for the title settings and behaviors. | |
TransitionOutCompletedEventArgs | EventArgs class for TransitionOutCompleted events. | |
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. | |
ValueLayer | Represents an annotation layer that displays crosshair lines that cross through the closest value of the target series under the cursor. | |
ValueLayerView | Represents a view for the ValueLayer | |
ValueModeCollection | Represents a collection of MarkerType enumerable objects | |
ValueOverlay | Represents the class of the value overlay. The value overlay is a line or circle representing a value on an axis. | |
VerticalAnchoredCategorySeries | Represents a vertically laid out category based series. | |
VerticalAxisLabelPanel | Represents a panel control, containing vertical axis labels. | |
VerticalLinearScaler | Represents a vertically oriented linear scaler. | |
VerticalLogarithmicScaler | Represents a vertically oriented logarithmic scaled. | |
VerticalPercentChangeScaler | A linear scaler which scales values according to their percent increase or decrease from a reference value. | |
VerticalStackedSeriesBase | Base class for stacked series with a numeric x-axis and a category y-axis. | |
ViewportCalculator | Represents a basic set of methods and properties to calculate the view port of the chart. | |
VisualInformationManager | Helps to augment the visual components of the chart with metadata which can be used to programmatically classify them. | |
WaterfallSeries | Represents a XamDataChart waterfall column series. | |
WeightedCloseIndicator | Represents a XamDataChart Weigted Close indicator series. | |
WilliamsPercentRIndicator | Represents a XamDataChart Williams %R indicator series. | |
XamCartesianChart | Represents a base class for cartesian charts with numeric X/Y axes that provides simplified method of creating charts by wrapping DataChart elements and exposing easy to use properties. Represents a base class for cartesian chart control that can plot scatter data | |
XamCategoryChart | Represents a chart with an ordinal X-axis and a numeric Y-axis. Represents the Category Chart that provides a simplified method of creating charts by wrapping DataChart elements and exposing easy-to-use properties. | |
XamDataChart | Represents a chart area containing axes, series, an optional legend and other hosted content. | |
XamDataLegend | Represents data legend that displays information about each series including values and summaries. | |
XamDataPieBaseChart | Represents a base class for PieBase chart control that can plot scatter data | |
XamDataPieChart | Represents a DataPie chart control that can plot DataPie data Represents the scatter chart control that provides simplified method of creating charts by wrapping DataChart elements and exposing easy to use properties. | |
XamDomainChart | Represents a base class for all domain charts that can plot scatter data and shapefiles Represents a base class for all domain charts that provides simplified method of creating charts by wrapping DataChart elements and exposing easy to use properties. | |
XamDoughnutChart | Represents concentric circles divided on arcs depending on data. | |
XamFunnelChart | Represents a funnel chart. | |
XamPieChart | Represents Infragistics XamPieChart control. | |
XamRadialBaseChart | Represents a base class for domain charts with X/Y axes Represents a base class for domain charts with X/Y axes that provides simplified method of creating charts by wrapping DataChart elements and exposing easy to use axis properties. | |
XamScatterChart | Represents a scatter chart control that can plot scatter data Represents the scatter chart control that provides simplified method of creating charts by wrapping DataChart elements and exposing easy to use properties. | |
XamShapeChart | Represents a shape chart control that can plot scatter data and shape data, e.g. shapefiles Represents the shape chart control that provides simplified method of creating charts by wrapping DataChart elements and exposing easy to use properties. | |
XamXYChart | Represents a base class for domain charts with X/Y axes Represents a base class for domain charts with X/Y axes that provides simplified method of creating charts by wrapping DataChart elements and exposing easy to use axis properties. |
Interface | Description | |
---|---|---|
IOuterLabelWidthDecider | Represents the object that has the responsibility to decide the width required for the labels. | |
IProactiveTooltipContent | ||
ITileZoomTile | Interface for tiles that are part of a layered, zoomable grid. | |
ITileZoomTileInfo | Interface for tiles that are part of a layered, zoomable grid. |
Delegate | Description | |
---|---|---|
AssigningCategoryMarkerStyleEventHandler | Represents delegate for the AssigningCategoryMarkerStyleEvent | |
AssigningCategoryStyleEventHandler | Represents delegate for the AssigningCategoryStyleEvent | |
AssigningPolarMarkerStyleEventHandler | Represents delegate for the AssigningPolarMarkerStyleEvent | |
AssigningPolarStyleEventHandler | Represents delegate for the AssigningPolarStyleEvent | |
AssigningRadialMarkerStyleEventHandler | Represents delegate for the AssigningRadialMarkerStyleEvent | |
AssigningRadialStyleEventHandler | Represents delegate for the AssigningRadialStyleEvent | |
AssigningScatterMarkerStyleEventHandler | Represents delegate for the AssigningScatterMarkerStyleEvent | |
AssigningScatterStyleEventHandler | Represents delegate for the AssigningScatterStyleEvent | |
AssigningShapeMarkerStyleEventHandler | Represents delegate for the AssigningShapeMarkerStyleEvent | |
AssigningShapeStyleEventHandler | Represents delegate for the AssigningShapeStyleEvent | |
AxisFormatLabelEventHandler | The FormatLabel handler for the axis. | |
CalloutContentUpdatingEventHandler | Event handler for updating content of callout layer | |
CalloutLabelUpdatingEventHandler | Event handler for updating label of callout layer | |
CalloutRenderStyleUpdatingEventHandler | ||
CalloutSeriesSelectingEventHandler | Event handler for selecting series of callout layer | |
CalloutStyleUpdatingEventHandler | ||
ChartSeriesEventHandler | Delegate for chart's SeriesAdded and SeriesRemoved events | |
CustomContourValueResolverEventHandler | Represents the method that will handle the events of the CustomContourValueResolver. | |
DataChartCursorEventHandler | Represents the method that will handle XamDataChart mouse related events. | |
DataChartMouseButtonEventHandler | Represents the method that will handle XamDataChart mouse button related events. | |
DataChartMouseEventHandler | Represents the method that will handle XamDataChart mouse related events. | |
DataLegendStyleColumnHandler | Represents delegate for styling event | |
DataLegendStyleRowHandler | Represents delegate for FormatSummaryText event | |
DataLegendSummaryHandler | Represents delegate for calculating custom summary event | |
DomainChartPlotAreaPointerEventHandler | Delegate for chart's mouse events | |
DomainChartSeriesPointerEventHandler | Delegate for chart's mouse events | |
FilterStringErrorsParsingEventHandler | Delegate for chart's filter errors event | |
FunnelSliceClickedEventHandler | Event handler for when a funnel slice is clicked. | |
FunnelSliceEventHandler | 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. | |
PlotAreaMouseButtonEventHandler | Represents the method that will handle XamDataChart mouse button related events. | |
PlotAreaMouseEventHandler | Represents the method that will handle XamDataChart mouse button related events. | |
ProvideColumnValuesStrategy | A strategy to provide columns for the indicator. | |
SupportingCalculationStrategy | A strategy for supporting calculations. | |
TransitionOutCompletedEventHandler | Delegate for TransitionOutCompleted events. |
Enumeration | Description | |
---|---|---|
AngleAxisLabelLocation | Describes available locations of the x-axis labels in the chart. | |
AnnotationAppearanceMode | Describes available behaviors for how annotations are distinguished from series. | |
AutoCalloutVisibilityMode | Indicates the allowed directions that will be considered to position the callouts near the target points | |
AutoMarginsAndAngleUpdateMode | Describes available locations of the axis labels in the chart. | |
AxisAngleLabelMode | ||
AxisExtentType | Enumeration that determines whether the axis extent measures in pixels or percentage. | |
AxisLabelsLocation | Describes available locations of the axis labels in the chart. | |
AxisOrientation | Describes available orientations for an axis. | |
AxisRangeBufferMode | 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. | |
CalloutPlacementPositions | Indicates the allowed directions that will be considered to position the callouts near the target points | |
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. | |
ColorScaleInterpolationMode | Describes available modes of interpolation on a color scale. | |
ComputedPlotAreaMarginMode | Describes available locations of the axis labels in the chart. | |
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. | |
DataPieChartType | Describes available types of data visualizations in the DataPie Chart control. | |
DataTooltipConstraintMode | Describes available options for constraining the tooltip to different bounds. | |
DataToolTipLayerPosition | Describes available positions on the crossing axis at which the category tooltip can be displayed. | |
DomainType | An enum representing the available types of domain charts. | |
EnableErrorBars | Describes available types for enabling error bars | |
FinalValueSelectionMode | Gets or sets how to select the final value to annotate. | |
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. | |
HighlightingMode | Describes available behaviors for series highlighting depending on distance of mouse on hover operation. | |
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. | |
LegendHighlightingMode | Describes the highlighting mode to use for the series in the chart. | |
MarkerAutomaticBehavior | Describes mode for selecting marker type when the series marker type is set to automatic. | |
MarkerFillMode | Describes available locations of the axis labels in the chart. | |
MarkerOutlineMode | Describes available locations of the axis labels in the chart. | |
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. | |
OuterLabelAlignment | Describes available types of alignment used by the outer labels of the funnel chart. | |
PieChartSweepDirection | An enum representing available sweep directions for the pie chart. | |
PointerTooltipPointerLocation | Describes available positions to anchor the pointer to the PointerTooltip. | |
PriceDisplayType | Describes available display types of financial price series. | |
ScatterChartType | Describes available types of data visualizations in the Scatter Chart control. | |
ScatterItemSearchMode | Describes available modes for searching for items in the scatter series. | |
SeriesHighlightedValuesDisplayMode | ||
SeriesHighlightingBehavior | Describes the highlighting mode to use for the series in the chart. | |
SeriesHighlightingMode | Describes the highlighting mode to use for the series in the chart. | |
SeriesHitTestMode | Describes available behaviors for performing hit testing in the chart/map. | |
SeriesOutlineMode | Describes available locations of the axis labels in the chart. | |
SeriesPlotAreaMarginHorizontalMode | Describes available locations of the axis labels in the chart. | |
SeriesPlotAreaMarginVerticalMode | Describes available locations of the axis labels in the chart. | |
SeriesSelectionBehavior | Describes the Selection mode to use for the series in the chart. | |
SeriesSelectionMode | Describes the Selection mode to use for the series in the chart. | |
SeriesViewerHorizontalScrollbarPosition | Describes the scrollbar mode to use for the series viewer. | |
SeriesViewerScrollbarMode | Describes the scrollbar mode to use for the series viewer. | |
SeriesViewerVerticalScrollbarPosition | Describes the scrollbar mode to use for the series viewer. | |
SeriesVisibleRangeMode | Describes available locations of the axis labels in the chart. | |
ShapeChartType | Describes available types of data visualizations in the Shape Chart control. | |
ShapeItemSearchMode | Describes available modes for searching for items in the shape series. | |
SliceSelectionMode | Describes available modes for selecting slices. | |
SmartAxisLabelDisplayType | Represents the way labels are shown on the smart axis. | |
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. | |
TimeAxisLabellingMode | 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. | |
TransitionOutSpeedType | Describes available types of speeds used when transitioning in a series. | |
ValueAxisLabelLocation | Describes available locations of the y-axis labels in the chart. | |
ValueLayerValueMode | Describes available behaviors for the ValueOverlay. | |
WindowResponse | Describes available types of UI response to user panning and zooming operations. | |
XAxisLabelLocation | Describes available locations of the x-axis labels in the chart. | |
YAxisLabelLocation | Describes available locations of the y-axis labels in the chart. | |
ZoomCoercionMode | Describes available locations of the axis labels in the chart. |