ICompositeAnnotation Interface Properties

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

Public Properties
 NameDescription
 PropertyGets the height of the SciChart.Core.Framework.IHitTestable (Inherited from SciChart.Core.Framework.IHitTestable)
 PropertyGets the width of the SciChart.Core.Framework.IHitTestable (Inherited from SciChart.Core.Framework.IHitTestable)
 PropertyGets or sets the ObservableCollection  
 Property Gets or sets the data context (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyLimits the Drag direction when dragging the annotation using the mouse, e.g in the X-Direction, Y-Direction or XyDirection. See the SciChart.Charting.XyDirection enumeration for options (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 Property Gets or sets whether the current annotation is attached (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 Property Gets or sets whether you can interact current annotation (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets value, indicates whether current annotation was hidden by Hide call (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 Property Gets value, indicates whether current instance is resizable (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 Property Gets or sets whether the current annotation is selected (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets the parent SciChart.Charting.Visuals.ISciChartSurface that this Annotation belongs to (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyLimits the Resize direction when resiaing the annotation using the mouse, e.g in the X-Direction, Y-Direction or XyDirection. See the SciChart.Charting.XyDirection enumeration for options (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets a SciChart.Core.Utility.IServiceContainer container (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets the X1 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the X-Axis such as a DateTime for SciChart.Charting.Visuals.Axes.DateTimeAxis, double for SciChart.Charting.Visuals.Axes.NumericAxis or integer index for SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis. For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the far left of the XAxis and 1.0 is the far right. (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets the X2 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the X-Axis such as a DateTime for SciChart.Charting.Visuals.Axes.DateTimeAxis, double for SciChart.Charting.Visuals.Axes.NumericAxis or integer index for SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis. For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the far left of the XAxis and 1.0 is the far right. (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyReturns the XAxes on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets the XAxis SciChart.Charting.Visuals.Axes.IAxis instance on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets the XAxis Id that this annotation is measured against. See SciChart.Charting.Visuals.Axes.AxisCore.Id (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets the Y1 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the Y-Axis such as a double for SciChart.Charting.Visuals.Axes.NumericAxis For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the bottom of the YAxis and 1.0 is the top (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets the Y2 Coordinate of the Annotation. For AnnotationCoordinateMode.Absolute, this must be a data-value on the Y-Axis such as a double for SciChart.Charting.Visuals.Axes.NumericAxis For AnnotationCoordinateMode.Relative, this must be a double value between 0.0 and 1.0, where 0.0 is the bottom of the YAxis and 1.0 is the top (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyReturns the YAxes on the parent SciChart.Charting.Visuals.SciChartSurface (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 Property Gets the primary YAxis, this is the first axis in the YAxes collection (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
 PropertyGets or sets the YAxis Id that this annotation is measured against. See SciChart.Charting.Visuals.Axes.AxisCore.Id (Inherited from SciChart.Charting.Visuals.Annotations.IAnnotation)
Top
See Also