Version

Polygon Class Members

The following tables list the members exposed by Polygon.

Public Constructors
 NameDescription
Public ConstructorPolygon ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldAccumulatedElementsValueAccumulated value of elements. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public FieldDataPointsThe array of DataPoint primitives constituting this Polygon.  
Public FieldflatBottomDetermines whether or not this polygon should have a flat bottom, as polygons in area charts do.  
Public FieldlineStyleLineStyle used for this primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.PrimitiveShape)
Public FieldPointsAn array containing each major point in the perimeter this polygon.  
Public FieldsplineTensionSpline tension of this polygon.  
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 PropertyFlatSidesDetermines whether or not this polygon should have flat sides, as polygons in stacked area charts do.  
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 MethodHighlightOverridden. Causes this Polygon to take on a highlighted appearance.  
Public MethodHitTestOverridden. Determines whether or not this Polygon will interact with the mouse at the given point.  
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