Class | Description | |
---|---|---|
BubbleChart | BubbleChart class extends PointChart class to add support for additional Y value which controls the size of the markers used. | |
ChartTypeRegistry | ChartTypeRegistry class is a repository for all standard and custom chart types. In order for the chart control to display the chart type, it first must be registered using unique name and IChartType derived class which provides the description of the chart type and also responsible for all drawing and hit testing. ChartTypeRegistry can be used by user for custom chart type registering and can be retrieved using Chart.GetService(typeof(ChartTypeRegistry)) method. | |
FastLineChart | FastLineChart class implements a simplified line chart drawing algorithm which is optimized for the performance. | |
FastPointChart | FastPointChart class implements a simplified point chart drawing algorithm which is optimized for the performance. | |
PointChart | PointChart class provides 2D/3D drawing and hit testing functionality for the Point chart. |
Interface | Description | |
---|---|---|
IChartType | IChartType interface must be implemented for any standard or custom chart type displayed in the chart control. This interface defines properties which provide information on chart type behaviour including how many Y values supported, is it a stacked chart type, how it interacts with axes and much more. IChartType interface methods define how to draw series data point, calculate Y values and process SmartLabels. |
Enumeration | Description | |
---|---|---|
Funnel3DDrawingStyle | Funnel chart 3D drawing style. | |
FunnelLabelPlacement | Outside labels placement. | |
FunnelLabelStyle | Funnel chart labels style enumeration. | |
FunnelLabelVerticalAlignment | Vertical alignment of the data point labels | |
FunnelStyle | Funnel chart drawing style. | |
PyramidValueType | Value type of the pyramid chart. |