Xceed Toolkit Plus for WPF v4.6 Documentation
Xceed.Wpf.Toolkit.Chart Namespace
Inheritance Hierarchy
Xceed.Wpf.Toolkit Assembly : Xceed.Wpf.Toolkit.Chart Namespace
The Xceed.Wpf.Chart namespace contains the toolkit's chart control and its associated classes and enumerations.
Classes
 ClassDescription
ClassUsed to display charts and a grid with axes and labels.
Class

Performs the creation, layout, and arrangement of the primitives of area charts for a given Series.

Class

Represents information used to perform layout of area charts and used in the databinding of their primitives for styling.

ClassA list of Area objects.
ClassRepresents arrows on the axes.
ClassRepresents an axis.
ClassBase class of classes used to draw title, level, and hint labels using a rounded rectangle and text specified in the Text property
Class

Stores binding information for a single property of the DataPoint class.

ClassStores a list of BindingInfo objects.
Class

Xceed's WPF chart control is designed to display rich, flexible, configurable, extendable charts. The control is 100% lookless and is able to display multiple areas with multiple charts at the same time. It supports area, column (bar), line, and pie charts, and also provides the ability to create custom charts.

ClassBase class of all of the chart's visual elements.
ClassUsed to compare ChartPrimitive instances by the value of the X property of their DataPoint.
ClassRepresents a list of ChartPrimitive objects.
ClassHelper class to perform operations on colors such as conversion to/from various formats, etc.
ClassDefines the default color palette for the chart control to draw a Series of DataPoint objects.
Class

Performs the creation, layout, and arrangement of the primitives of column (bar) charts.

ClassRepresents information used to perform layout of column (bar) charts and used in the databinding of their primitives for styling.
ClassContains user-logic coordinates for every chart primitive.
ClassUsed to compare DataPoint instances by their X values.
ClassSupports iteration over a collection of DataPoint objects.
ClassRepresents a list of the DataPoint objects.
ClassDefines a range of data.
Class 
ClassRepresents a line of the chart's grid.
ClassRepresents a list of the GridLine primitives.
ClassRepresents information specific to labels.
ClassRepresents a list of level labels.
Class

Base class of the engines that perform the layout, the arrangement, and the creation and the configuration of the ChartPrimitive objects associated with each chart type.

ClassUsed to perform the layout of controls in the chart's grid horizontally or vertically.
ClassRepresents a chart legend.
ClassParticipates in Legend databinding as a data source and stores information about one legend item displayed in a legend.
ClassBase class of LegendItem.
ClassDraws level labels and stores their index.
Class

Perform the creation, layout, and arrangement of the primitives of line charts.

Class

Represents information used to perform layout of line charts and used in the databinding of their primitives for styling.

ClassBase class used in the chart's controls as list containers.
ClassEvent data used in the BeforeListChanged and the ListChanged events.
Class

Perform the creation, layout, and arrangement of the primitives of pie charts.

Class

Represents information used to perform layout of pie charts and used in the databinding of their primitives.

Class

Base class of the classes that represent information used to perform the layout of chart primitives (columns/bars, pie slices, lines, etc.) and used in the databinding of these primitives.

ClassDisplays a list of DataPoint primitives in an Area of a Chart.
ClassRepresents a list of Series instances.
ClassRepresents an Axis tick.
ClassRepresents a list of Tick elements.
ClassUsed to draw axis title labels.
Delegates
 DelegateDescription
DelegateRepresents the method that will handle a layout event.
DelegateRepresents the method that will handle the ListChanged or BeforeListChanged events.
Enumerations
 EnumerationDescription
EnumerationRepresents GridLine layouts for use in the chart.
EnumerationDetermines label layout mode for an axis.
EnumerationSpecifies the scale mode of the axis.
EnumerationSpecifies DataPoint property name to apply binding to.
EnumerationRepresents the types of tick labels.
EnumerationSpecifies the general layout mode of the Series within the same Area.
EnumerationSpecifies the docking mode of a Legend.
Enumeration

Specifies the mode of action perfomed in ListBase<T>.

EnumerationSpecifies the orientation of an axis in the chart's layout.
EnumerationSpecifies the predefined layout modes of the Chart control.
EnumerationSpecifies the orientation of title labels.
See Also

Reference

Xceed.Wpf.Toolkit Assembly