Version

PointSet Class Members

The following tables list the members exposed by PointSet.

Public Constructors
 NameDescription
Public ConstructorPointSet ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldAccumulatedElementsValueAccumulated value of elements. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public FieldcharacterThe character to use for points in this PointSet, if characters are being used as the symbol icon.  
Public FieldfillColorFill color used by this symbol. (Inherited from Infragistics.UltraChart.Core.Primitives.Symbol)
Public FieldfontThe Font to use for points in this PointSet, if characters are being used as the symbol icon.  
Public FieldiconType of icon used by this Symbol. (Inherited from Infragistics.UltraChart.Core.Primitives.Symbol)
Public FieldiconSizeIcon size used by this symbol. (Inherited from Infragistics.UltraChart.Core.Primitives.Symbol)
Public FieldIconSizeAutoThe size of icon used to plot on the point set.  
Public FieldpointThe center point to draw this Symbol at. (Inherited from Infragistics.UltraChart.Core.Primitives.Symbol)
Public FieldpointsThe center point for each DataPoint in this PointSet, in pixel coordinates.  
Public Properties
 NameDescription
Public PropertyCapsThis Primitive's Capabilities. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyChartRetrieves the ChartType in which this Primitive was drawn. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyColumnColumn from data model which represents this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyDataPointDataPoint being represented by this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyEmptyProperty indicating whether or not this primitive is empty. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyLayerLayer responsible for this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyPathA hierarchical path identifying this Primitive within the scene. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyPEPaint element to paint this Primitive with. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyRowRow from data model which represents this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertySESkin element to skin this Primitive with. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertySeriesSeries being represented by this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyTagsHashtable for storage of objects related to this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyValueAn object reference containing data pertinent to this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public PropertyVisibleGets/sets value of Visible. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public Methods
 NameDescription
Public MethodGetPrimitivesOverridden. Gets all the sub-primitives of this Primitive.  
Public MethodHighlightAdds highlighting onto the current Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public MethodHitTestDetermines whether or not this symbol will respond to mouse interaction at the given point. (Inherited from Infragistics.UltraChart.Core.Primitives.Symbol)
Protected Methods
 NameDescription
Protected MethodIsMyChartAreaVisibleAtDetermines whether or not the ChartArea in which this Primitive resides is visible at the given location. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
See Also