Version

Primitive Class Members

The following tables list the members exposed by Primitive.

Public Constructors
 NameDescription
Public ConstructorPrimitive ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldAccumulatedElementsValueAccumulated value of elements.  
Public Properties
 NameDescription
Public PropertyCapsThis Primitive's Capabilities.  
Public PropertyChartRetrieves the ChartType in which this Primitive was drawn.  
Public PropertyColumnColumn from data model which represents this Primitive.  
Public PropertyDataPointDataPoint being represented by this Primitive.  
Public Propertystatic (Shared in Visual Basic)DefaultPEGets the default Paint element.  
Public PropertyEmptyProperty indicating whether or not this primitive is empty.  
Public PropertyLayerLayer responsible for this Primitive.  
Public PropertyPathA hierarchical path identifying this Primitive within the scene.  
Public PropertyPEPaint element to paint this Primitive with.  
Public PropertyRowRow from data model which represents this Primitive.  
Public PropertySESkin element to skin this Primitive with.  
Public PropertySeriesSeries being represented by this Primitive.  
Public PropertyTagsHashtable for storage of objects related to this Primitive.  
Public PropertyValueAn object reference containing data pertinent to this Primitive.  
Public PropertyVisibleGets/sets value of Visible.  
Public Methods
 NameDescription
Public MethodGetPrimitivesRetrieves other Primitives associated with this Primitive, if any.  
Public MethodHighlightAdds highlighting onto the current Primitive.  
Public MethodHitTestIndicates whether a point location hits this Primitive.  
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic)InsideRectangleIndicates whether a point is within a rectangle.  
Protected MethodIsMyChartAreaVisibleAtDetermines whether or not the ChartArea in which this Primitive resides is visible at the given location.  
See Also