Skip to main content

DevExpress.WinUI.Charts Namespace

Contains classes which implement the main functionality of Chart Controls.

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Classes

Name Description
AreaSeriesView Displays series data points as an Area chart.
AxisBase The base class for axes.
AxisX Represents the X-Axis for 2D charts.
AxisY Represents the Y-Axis for 2D charts.
BarSeriesView Allows you to visualize series data points as bars and columns.
CartesianChart The Cartesian Chart control to plot series of data points on an XY Cartesian diagram.
CartesianSeries The base class for Cartesian Chart series.
CartesianSeriesCollection A collection of Cartesian chart series.
CartesianSeriesView Represents the base class for all series views that can be displayed on a CartesianChart control.
ChartBase The base class for chart controls.
ChartDataSource The base class for chart data sources.
ChartDependencyObject Enables WinRT property system services for its derived model classes.
ChartElement Represents the base class for other chart elements intended to hide most properties of the Control class.
ChartElementSelectionChangedEventArgs Contains data for the SelectionChanged event.
ChartFrameworkElement Implements base internal infrastructure for chart elements, for example, support for property update notifications.
ChartPanel A base class for chart elements that can be bound to a DataContext instance.
ChartRangeControlClient Displays the bound chart’s data within the range control and specifies the chart’s visual range.
CollectionBase<T> A base for certain collections used in charts.
ContourAppearance Contains settings that specify the appearance of a contour drawn around chart elements.
DataSource Allows you to bind a chart to a data source.
DataSourceBase The base class for entities used to connect a chart to a data source.
ElementSelectionChangedEventArgs Contains data for the ChartBase.SelectionChanged event.
FunnelChart The Funnel Chart control is used to plot series of data points on a funnel chart area.
FunnelSeries A funnel series.
FunnelSeriesCollection A collection of funnel chart series.
FunnelSeriesView Represents a series view of the Funnel type.
Legend Represents a chart control’s legend.
LineSeriesView The Line series view.
LineSeriesViewBase The base class for line series.
MarkerSeriesView Represents the base class for all series views that contain data point markers.
Palette Represents a palette (collection of colors) used to draw a chart.
PieChart The Pie Chart control to plot series of data points on a pie chart area.
PieSeries A pie series.
PieSeriesCollection A collection of pie chart series.
PieSeriesView Represents a series view of the Pie type.
PointData A series point that has one value per argument.
PointDataBase A base class for classes that contain information about a series point.
PointDataCollection A collection of series data points.
PointSeriesView The Point series view.
ScatterLineSeriesView The Scatter Line series view.
Series Represents an individual series within a chart control.
SeriesBase A base class for chart series.
SeriesCollection<T> A base class for series collections.
SeriesView Represents the base class for all series views.
Strip Represents a strip within a chart control’s diagram.
StripCollection Represents a collection that stores the strips of a particular axis.

Delegates

Name Description
ChartElementSelectionChangedEventHandler Defines a signature (parameter list types) for the method that handles the ChartBase.SelectionChanged event.
ElementSelectionChangedEventHandler A method that handles the ChartBase.SelectionChanged event.

Enums

Name Description
ActualScaleType Contains the values used to identify the actual scale type for the argument and value data of data points.
AxisAlignment Lists the values used to specify an axis alignment.
BarLabelPosition Lists values that specify the position for Bar labels.
DataChangingAnimationMode Lists the values used to specify how data points are animated when the underlying data is changed.
DateTimeMeasureUnit Lists the values that specify the unit of measurement for date-time values within a chart control.
FunnelLabelPosition Lists the values used to specify the position of funnel labels.
HorizontalPosition Lists the values that specify the legend’s horizontal alignment within the chart.
InterpolationMode Lists interpolation modes used to connect points.
PieLabelPosition Lists the values used to specify the position of pie labels.
PieSweepDirection Lists the values that are used to define the direction of a 2D Pie series sweep.
RangeControlViewType Lists the values used to specify how a series should be represented in a Range Control.
ScaleType Contains the values used to specify the scale type for the argument and value data of data points.
SeriesTitlePosition Lists the values used to specify the position of series titles.
StackedMode Lists values that define how to stack points shown for the same argument.
TitleAlignment Lists the values used to specify the alignment of an axis title relative to its owner axis.
UnwindDirection Lists the values that are used to define the direction of an unwinding animation.
VerticalPosition Lists the values that specify the legend’s vertical alignment within the chart.