Version

LineAnnotation Class Members

The following tables list the members exposed by LineAnnotation.

Public Constructors
 NameDescription
Public ConstructorLineAnnotation ConstructorLineAnnotation constructor.  
Public Properties
 NameDescription
Public PropertyColorThe color used to draw this Line Annotation.  
Public PropertyComponentA reference to the chart component which owns this annotation. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public PropertyLocationGets/Sets the location of this annotation object. All annotations must be placed based on the Location specified by this property. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public PropertyOffsetGets/Sets the location of this annotation object's offset point. All offsetable annotations must be placed based on this property, in addition to the Location property. (Inherited from Infragistics.UltraChart.Resources.Appearance.OffsetableAnnotation)
Public PropertyOffsetModeMethod of acquiring this annotation's offset point. If OffsetMode is set to Manual, then the values specified in the Offset property will be used for the offset point. Otherwise, the offset point will be automatically placed. (Inherited from Infragistics.UltraChart.Resources.Appearance.OffsetableAnnotation)
Public PropertyStyleThe LineStyle to use for this Line Annotation.  
Public PropertyThicknessThe stroke width to use for this Line.  
Public PropertyVisibleDetermines whether or not this Annotation will be Visible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public Methods
 NameDescription
Public MethodCloneOverridden. Creates a new LineAnnotation object that is a copy of the current instance.  
Public MethodInvalidateForces the current component to refresh if possible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public MethodRenderAnnotationOverloaded. Overridden. Renders this line annotation to the SceneGraph as a child annotation of the specified parent primitive, using an automatically generated offset point.  
Public MethodToStringReturns a string that represents the current annotation. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Protected Methods
 NameDescription
Protected MethodSetTextSettingSets the text setting. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
See Also