Version

Primitive Class

Primitives are generic graphical objects representing a data point. They are rendered to the scene graph of the chart by one or more Layers.
Syntax
'Declaration
 
Public Class Primitive 
public class Primitive 
Remarks

The Primitive class is the base class of all other graphical chart elements. They make up the axes, labels, on-chart text, bars, columns and other entities that are presented to the user.

Each graphical chart is comprised of Layer objects that compose one or more Primitives (and any of its many subclasses) onto the scene graph, which is then rendered into the chart.

Developers have considerable flexibility in accessing and manipulating Primitives, particularly in custom Layer implementations, to add powerful new visual functionality to their chart applications.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also