Version

Text Class Members

The following tables list the members exposed by Text.

Public Constructors
 NameDescription
Public ConstructorText ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldAccumulatedElementsValueAccumulated value of elements. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public FieldboundsBounding rectangle for this Text 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 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 PropertyEnvelopeObsolete property; this setting will not be used.  
Public PropertyFitsInBoxGets or sets a value indicating whether the text to be fitted in the box, regardless of it orientation.  
Public PropertylabelStyleThe LabelStyle object with properties related to the style of this Text 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 PropertyRotationOriginGets or sets the rotation origin.  
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)
Protected Properties
 NameDescription
Protected PropertytextStringThe string of text this Text primitive is being used to display.  
Public Methods
 NameDescription
Public MethodGetLabelStyleGets the LabelStyle for this Text primitive.  
Public MethodGetPrimitivesRetrieves other Primitives associated with this Primitive, if any. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public MethodGetTextStringGets the text string for this Text primitive.  
Public MethodHighlightAdds highlighting onto the current Primitive. (Inherited from Infragistics.UltraChart.Core.Primitives.Primitive)
Public MethodHitTestOverridden. Determines whether or not this Text Primitive will respond to mouse interaction at the given point.  
Public MethodSetLabelStyleSets the LabelStyle for this Text primitive.  
Public MethodSetTextStringSets the text string for this Text primitive.  
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