Version

LineImageAnnotation Class Properties

For a list of all members of this type, see LineImageAnnotation members.

Public Properties
 NameDescription
Public PropertyComponentA reference to the chart component which owns this annotation. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public PropertyHeightThe height to use for the Image portion of this annotation. -1 to use the actual size of the image.  
Public PropertyImageThe Image to be displayed in the Image portion of this Annotation.  
Public PropertyImageFitStyleThe method for applying this Image over the rectangle allocated for its display.  
Public PropertyImagePathThe path to the image to be displayed in the Image portion of this Annotation.  
Public PropertyLineColorThe Color to use for drawing the Line portion of this Annotation.  
Public PropertyLineStyleThe LineStyle to use for drawing the Line portion of this Annotation.  
Public PropertyLineThicknessThe stroke width to use for the Line portion of this 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 PropertyVisibleDetermines whether or not this Annotation will be Visible. (Inherited from Infragistics.UltraChart.Resources.Appearance.Annotation)
Public PropertyWidthThe width to use for the Image portion of this annotation. -1 to use the actual size of the image.  
See Also