Version

GraphicsContext Class Members

The following tables list the members exposed by GraphicsContext.

Public Constructors
 NameDescription
Public ConstructorGraphicsContext ConstructorCreate graphics context with defalut settings.  
Public Fields
 NameDescription
Public FieldAccumulatedElementsValueAccumulated value of elements. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
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 PropertyClipPathSet Graphics path that specifies the clip region.  
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 PropertyResetTransformDetermines whether or not this GraphicsContext will cause the graphics Transform matrix to be reset.  
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 PropertyTransformA transform matrix to apply to the renderer's graphics.  
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 MethodApplyRenderingModeMake this grahics context to apply the graphics rendering mode.  
Public MethodGetClipBoundsReturns the clip bounds of graphics context.  
Public MethodGetPrimitivesRetrieves other Primitives associated with this Primitive, if any. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public MethodGetRenderingModeReturns the smoothing mode applied by this graphics context.  
Public MethodGetResetClipReturns true if it was asked to reset the clip.  
Public MethodHighlightAdds highlighting onto the current Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public MethodHitTestIndicates whether a point location hits this Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public MethodResetClipMake this graphics context to reset the last set clip.  
Public MethodSetClipBoundsSet clip bounds of renderer.  
Public MethodSetRenderingModeSet the smoothing mode of the graphics render when processed.  
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