Class | Description | |
---|---|---|
Arc | Public class for storing information of data point rendered as generic graphical object. | |
Box | Box shaped graphical element used to represent bars and columns. | |
Callout | Primitive class for Callouts. | |
ChartImage | Primitive ChartImage class used in scene graph, for drawing images. | |
DataPoint | Primitive used to store data points that make up a more complex primitive like Polyline | |
Ellipse | Primitive Cirle class used in scene graph, for drawing Cirles. | |
GraphicsContext | This class is used to set the properties of the graphics content while rendering You can insert this primitive into the scene graph to change the current values | |
Line | Primitive class line used in scene graph. | |
Path | Primitive class for wrapping a System.Drawing.Drawing2D.GraphicsPath object. | |
PointSet | Public class for storing information of data point rendered as generic graphical object. Can be used for Scatter chart as well as Bubble chart types We are using a Font and single unicode character for the icon for each data point As an alternative the user can supply a bitmap with a transparency color instead | |
Polygon | Primitive polygon class used in scene graph, for drawing polygons. The difference between the polyline and polygon is that polygon is closed. also apart from Line style, it contains, fillstyle (TODO:Style) | |
Polyline | Primitive polygon class used in scene graph, for drawing polygons. | |
Primitive | Primitives are generic graphical objects representing a data point. They are rendered to the scene graph of the chart by one or more Layers. | |
PrimitiveCollection | Specialized collection class for Primitives. | |
PrimitiveShape | The base class for all primitives that have fill color, thickness, and line style. | |
ScrollBar | ScrollBar Primitive. | |
Symbol | Symbol primitive. | |
Text | Public class for storing information of data point rendered as generic graphical object. | |
Wedge | Graphical object containing a description of a 2-dimensional wedge or sector. |
Enumeration | Description | |
---|---|---|
PCaps | Identifies the primitive capablities. |