Version

Infragistics.UltraChart.Core.Primitives Namespace

Classes
 ClassDescription
ClassArc Public class for storing information of data point rendered as generic graphical object.
ClassBox Box shaped graphical element used to represent bars and columns.
ClassCallout Primitive class for Callouts.
ClassChartImage Primitive ChartImage class used in scene graph, for drawing images.
ClassDataPoint Primitive used to store data points that make up a more complex primitive like Polyline
ClassEllipse Primitive Cirle class used in scene graph, for drawing Cirles.
ClassGraphicsContext 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
ClassLine Primitive class line used in scene graph.
ClassPath Primitive class for wrapping a System.Drawing.Drawing2D.GraphicsPath object.
ClassPointSet 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
ClassPolygon 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)
ClassPolyline Primitive polygon class used in scene graph, for drawing polygons.
ClassPrimitive Primitives are generic graphical objects representing a data point. They are rendered to the scene graph of the chart by one or more Layers.
ClassPrimitiveCollection Specialized collection class for Primitives.
ClassPrimitiveShape The base class for all primitives that have fill color, thickness, and line style.
ClassScrollBar ScrollBar Primitive.
ClassSymbol Symbol primitive.
ClassText Public class for storing information of data point rendered as generic graphical object.
ClassWedge Graphical object containing a description of a 2-dimensional wedge or sector.
Enumerations
 EnumerationDescription
EnumerationPCaps Identifies the primitive capablities.
See Also