Skip to main content
A newer version of this page is available. .

DevExpress.XamarinForms.Charts Namespace

Assembly: DevExpress.XamarinForms.Charts.dll

Classes

Name Description
AreaSeries Displays data as filled areas on a chart, with each data point as a peak or hollow in this filled area.
AreaSeriesStyle
AverageTrueRangeIndicator
AxisBase The base class for Cartesian Chart’s axes.
AxisHintOptions
AxisLabel Stores axis label settings.
AxisLabelBase The base class for axis labels.
AxisLabelStyle Stores the appearance settings of axis labels.
AxisStyle Stores axis appearance settings.
AxisTitle Stores axis title settings.
AxisX The base class for all X-axis (axis of arguments) types.
BarSeries Displays data as individual bars grouped by arguments, and each bar height is determined by the data value.
BarSeriesBase The base class for all bar series types.
BarSeriesLabel Stores bar series label settings.
BarSeriesStyle Stores bar series appearance settings.
BollingerBandsIndicator
BollingerBandsIndicatorStyle
BubbleSeries Displays three-dimensional data as a collection of bubbles, so that each bubble position visualizes the first two dimensions and the bubble size is the third dimension.
BubbleSeriesLabel
BubbleSeriesStyle
CalculatedSeries
CandleStickSeries Displays an Open-High-Low-Close typical financial series so that each data point consists of a vertical line indicating the price range over one unit of time and a rectangle showing the opening and closing prices for that time period.
CandleStickSeriesStyle
ChaikinsVolatilityIndicator
ChartBaseView The base class for all chart views.
ChartCollection<T> The base class for all collections within the Chart controls.
ChartElement
ChartStyle Stores the ChartView appearance settings.
ChartStyleBase The base class for all chart styles.
ChartSynchronizer
ChartView Visualizes data in the Cartesian coordinate system.
CommodityChannelIndexIndicator
ConstantLineBase The base class for constant lines.
ConstantLineStyle Stores constant line appearance settings.
ConstantLineTitle Stores constant line title settings.
CrosshairHintBehavior Defines the crosshair hint behavior.
CrosshairLabelPositionBase
CrosshairLineStyle Stores crosshair line appearance settings.
DataChangedEventArgs
DateTimeAxisX The X-axis the chart uses to display series that represent data sources with date-time arguments (when theIXYSeriesData.GetDataType‘s implementation returns DateTime, WeightedDateTime, and Financial).
DateTimeConstantLine The vertical straight line that passes through the chart and indicates a date-time x-axis’s value.
DateTimeConstantLineCollection The collection of DateTimeConstantLine objects.
DateTimeRange
DateTimeStrip The highlighted area limited by two fixed values (minimal and maximal limits) of an axis, and is perpendicular to the axis.
DateTimeStripCollection The collection of DateTimeStrip objects.
DonutSeries Displays data as a pie chart with a hole in center.
DXChartStyles
EnvelopeIndicator
EnvelopeIndicatorStyle
ExponentialMovingAverageIndicator
FinancialSeries
FinancialSeriesLabel
FinancialSeriesLabelValues
FullStackedAreaSeries Displays data as areas on a chart, so that each data point value is stacked with values of all the other corresponding data points and the total area is always the full area of the chart diagram.
FullStackedBarSeries Displays data as bars stacked by arguments, so that each stacked bar height is always the full height of the chart diagram and series values are displayed as percentages of a bar.
Hint Configures the hints the ChartView displays.
HintBase The base class for ChartView and PieChartView hints.
HintBehavior The class used to define the hint behavior.
HintShownEventArgs
HintStyle Stores the appearance settings of chart hints.
HintStyleBase The base class for styles that configure the appearance of ChartView and PieChartView hints.
Legend Stores chart legend settings.
LegendStyle Stores legend appearance settings.
LineIndicatorStyle
LineSeries Displays data as points connected by a line.
LineSeriesStyle
LineTrackingCrosshairLabelPosition
MarkerSeriesLabel
MarkerStyle
MassIndexIndicator
MedianPriceIndicator
MovingAverageConvergenceDivergenceIndicator
MovingAverageConvergenceDivergenceIndicatorStyle
MovingAverageIndicator
NumericAxisX The X-axis the chart uses to display series that represent data sources with numeric arguments (when theIXYSeriesData.GetDataType‘s implementation returns Numeric and WeightedNumeric).
NumericAxisY The y-axis that uses numeric scale and represents values of series data points.
NumericConstantLine The vertical or horizontal straight line that passes through the chart and indicates a qualitative x- or y-axis’s value.
NumericConstantLineCollection The collection of NumericConstantLine objects.
NumericRange Stores range settings of NumericAxisX and NumericAxisY.
NumericStrip The highlighted area limited by two fixed values (minimal and maximal limits) of an axis, and is perpendicular to the axis.
NumericStripCollection The collection of NumericConstantLine objects.
PaddingTypeConverter
PieCenterLabel
PieCenterTextLabel
PieCenterTextLabelStyle
PieChartStyle Stores the pie chart’s appearance settings.
PieChartView Visualizes data as a pie (circular) chart.
PieHint Stores appearance settings of pie chart hints.
PieHintStyle Stores the appearance settings of pie chart hints.
PieSeries Displays data as circular graphic divided into slices to illustrate numerical proportion.
PieSeriesCollection
PieSeriesHintOptions
PieSeriesLabel Stores pie series label settings.
PieSeriesLabelStyle Stores the pie series label appearance settings.
PieSeriesLabelValues
PieSeriesStyle
PointSeries Displays data as a collection of points.
PointSeriesStyle
QualitativeAxisX
QualitativeConstantLine The vertical straight line that passes through the chart and indicates a qualitative x-axis’s value.
QualitativeConstantLineCollection The collection of QualitativeConstantLine objects.
QualitativeRange
QualitativeStrip The highlighted area limited by two fixed values (minimal and maximal limits) of an axis, and is perpendicular to the axis.
QualitativeStripCollection The collection of QualitativeStrip objects.
RangeBase The base class for all ranges chart axes use.
RateOfChangeIndicator
RegressionLineIndicator
RelativeStrengthIndexIndicator
ScatterLineSeries Displays data as a collection of points connected by a line, in the order they were indexed (opposite to LineSeries that automatically sorts all series points within the collection by their arguments).
SelectionChangedEventArgs
Series
SeriesBase The base class for all series within the Chart library.
SeriesCollection
SeriesCrosshairOptions
SeriesHintOptions
SeriesHintOptionsBase
SeriesLabel
SeriesLabelStyle
SeriesLabelValues
SeriesLabelValuesBase The base class for all classes that store values of a series point that the chart uses to make series labels.
SeriesPointData
SeriesPointInfo
SideBySideFullStackedBarSeries Displays data as bars stacked according to the StackedGroup property value and grouped by arguments.
SideBySideStackedBarSeries Displays data as bars stacked according to the StackedGroup property value and grouped by arguments.
StackedAreaSeries Displays data as areas on a chart, so that each data point value is aggregated with values of the underlying data points.
StackedBarSeries Displays data as bars stacked by arguments, so that each stacked bar height is determined by the total of all the series values for the argument.
StackedBarSeriesLabel
StackedSeriesLabelValues
StandardDeviationIndicator
StaticCrosshairLabelPosition
StepAreaSeries Displays data as filled areas on a chart, with data points connected by horizontal and vertical lines.
StepLineSeries Displays data as points connected by horizontal and vertical lines.
StockSeries Displays an Open-High-Low-Close typical financial series so that each data point consists of a vertical line indicating the price range over one unit of time, and the left and right tick marks showing the opening and closing prices for that time period, respectively.
StockSeriesStyle
StripAxisLabel
StripBase The base class for all strips the chart axes can display.
StripStyle
StyleBase The base class for styles of all chart elements.
StyledElement
TextElementStyleBase
TextStyle
TitleBase The base class for all titles that charts use.
TitleStyle
TooltipHintBehavior Defines the tooltip behavior.
TriangularMovingAverageIndicator
TypicalPriceIndicator
WeightedCloseIndicator
WeightedMovingAverageIndicator
WilliamsRIndicator

Interfaces

Name Description
IAxisLabelTextFormatter
ICalculatedSeriesData The interface should be implemented by an object that provide data for CalculatedSeries.
IChangeableSeriesData
IPieSeriesData The interface should be implemented by an object that provide data for PieSeries.
ISeriesLabelTextProvider
IXYSeriesData The interface should be implemented by an object that provide data for Series.

Structs

Name
Padding

Enums

Name Description
AggregationType
AutoRangeMode
AxisLabelPosition Lists values used to specify the position of axis labels.
AxisNavigationMode
AxisPosition Lists values used to specify an axis position.
AxisTitleAlignment Lists values used to specify the alignment of the axis title relative to the axis.
BarSeriesLabelPosition Lists values used to specify the position of bar labels.
BubbleSeriesLabelPosition
ChartTheme Lists values that specify chart themes.
ConstantLineTitleAlignment Lists values used to specify the alignment of the constant line title relative to the corresponding axis.
DataChangedType
DateTimeMeasureUnit
DefaultBoolean Lists values which specify the validity of a condition (indicates whether the condition is true or false).
FinancialSeriesLabelPosition
HintShowMode Sets the action which causes the hint to show.
LabelPositionHorizontalAlignment
LabelPositionVerticalAlignment
LegendHorizontalPosition Lists values used to specify the legend’s horizontal position relative to the chart diagram.
LegendOrientation Lists values used to specify the orientation of the legend.
LegendVerticalPosition Lists values used to specify the legend’s vertical position relative to the chart diagram.
PieSeriesLabelPosition Lists values that specify the position of pie slice labels relative to the pie diagram.
SelectionAction
SelectionBehavior
SelectionKind Lists values used to specify an element that is selected when an end user taps a series’s point.
SelectionMode Lists values used to specify the chart element selection behavior.
SeriesDataType
SweepDirection
ValueLevel
ValueType