Class | Description | |
---|---|---|
![]() | Area | Used to display charts and a grid with axes and labels. |
![]() | AreaLayout | Performs the creation, layout & arrangement of the primitives of area charts for a given Series. |
![]() | AreaPrimitiveInfo | Represents information used to perform the layout of area charts and the databinding of their primitives. |
![]() | AreasList<T> | A list of Area objects. |
![]() | Arrow | Represents arrows on the axes. |
![]() | Axis | Represents an axis. |
![]() | BaseTitleLabel | Base class of classes used to draw title, level, and hint labels using a rounded rectangle and text specified in the Text property |
![]() | BindingInfo | Stores binding information for a single property of the DataPoint class. |
![]() | BindingsList<T> | Stores a list of BindingInfo objects. |
![]() | Chart | 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. |
![]() | ChartPrimitive | Base class of all of the chart's visual elements. |
![]() | ChartPrimitiveComparer | Used to compare ChartPrimitive instances by the value of the X property of their DataPoint. |
![]() | ChartPrimitivesList<T> | Represents a list of ChartPrimitive objects. |
![]() | ColorConverter | Helper class to perform operations on colors such as conversion to/from various formats, etc. |
![]() | ColorPalette | Defines the default color palette for the chart control to draw a Series of DataPoint objects. |
![]() | ColumnLayout | Performs the creation, layout & arrangement of the primitives of column (bar) charts. |
![]() | ColumnPrimitiveInfo | Represents information used to perform the layout of column (bar) charts and the databinding of their primitives for styling. |
![]() | DataPoint | Contains user-logic coordinates for every chart primitive. |
![]() | DataPointComparer | Used to compare DataPoint instances by their X values. |
![]() | DataPointEnumerator<T> | Supports iteration over a collection of DataPoint objects. |
![]() | DataPointsList<T> | Represents a list of the DataPoint objects. |
![]() | DataRange | Defines a range of data. |
![]() | DoughnutLayout | Performs the creation, layout & arrangement of the primitives associated with doughnut charts. |
![]() | DoughnutPrimitiveInfo | Represents information used to perform the layout of doughnut charts & the databinding of their primitives. |
![]() | GapPolygon | Creates a polygon which can be smoothed out by setting the value of the IsSmooth property to true. |
![]() | GapPolyline | Creates a connected sequence of line segments which can be smoothed out by setting the value of the IsSmooth property to true. |
![]() | GridLine | Represents a line of the chart's grid. |
![]() | GridPrimitivesList<T> | Represents a list of the GridLine primitives. |
![]() | LabelPrimitiveInfo | Represents information specific to labels. |
![]() | LabelsList<T> | Represents a list of level labels. |
![]() | LayoutEngine | 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. |
![]() | LayoutGrid | Used to perform the layout of controls in the chart's grid horizontally or vertically. |
![]() | Legend | Represents a chart legend. |
![]() | LegendItem | Participates in Legend databinding as a data source and stores information about one legend item displayed in a legend. |
![]() | LegendItemBase | Base class of LegendItem. |
![]() | LevelLabel | Draws level labels and stores their index. |
![]() | LineElementInfo | |
![]() | LineLayout | Performs the creation, layout & arrangement of the primitives of line charts. |
![]() | ListBase<T> | Base class used in the chart's controls as list containers. |
![]() | ListChangedEventArgs<T> | Event data used in the BeforeListChanged and the ListChanged events. |
![]() | PieLayout | Perform the creation, layout & arrangement of the primitives of pie charts. |
![]() | PiePrimitiveInfo | Represents information used to perform the layout of pie charts and the databinding of their primitives. |
![]() | PrimitiveInfoBase | 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. |
![]() | Series | Displays a list of DataPoint primitives in an Area of a Chart. |
![]() | SeriesList<T> | Represents a list of Series instances. |
![]() | Tick | Represents an Axis tick. |
![]() | TicksList<T> | Represents a list of Tick elements. |
![]() | TitleLabel | Used to draw axis title labels. |